1.12.0 release (#5331)
This commit is contained in:
parent
5a2393e632
commit
f6f1c80042
@ -58,7 +58,7 @@ Notes:
|
|||||||
```yaml
|
```yaml
|
||||||
image:
|
image:
|
||||||
repository: mintplexlabs/anythingllm
|
repository: mintplexlabs/anythingllm
|
||||||
tag: "1.11.2"
|
tag: "1.12.0"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@ -104,7 +104,7 @@ helm install my-anythingllm ./anythingllm -f values-secret.yaml
|
|||||||
| fullnameOverride | string | `""` | |
|
| fullnameOverride | string | `""` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"mintplexlabs/anythingllm"` | |
|
| image.repository | string | `"mintplexlabs/anythingllm"` | |
|
||||||
| image.tag | string | `"1.11.2"` | |
|
| image.tag | string | `"1.12.0"` | |
|
||||||
| imagePullSecrets | list | `[]` | |
|
| imagePullSecrets | list | `[]` | |
|
||||||
| ingress.annotations | object | `{}` | |
|
| ingress.annotations | object | `{}` | |
|
||||||
| ingress.className | string | `""` | |
|
| ingress.className | string | `""` | |
|
||||||
|
|||||||
@ -69,7 +69,7 @@ Notes:
|
|||||||
```yaml
|
```yaml
|
||||||
image:
|
image:
|
||||||
repository: mintplexlabs/anythingllm
|
repository: mintplexlabs/anythingllm
|
||||||
tag: "1.11.2"
|
tag: "1.12.0"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@ -8,7 +8,7 @@ initContainers: []
|
|||||||
image:
|
image:
|
||||||
repository: mintplexlabs/anythingllm
|
repository: mintplexlabs/anythingllm
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.11.2"
|
tag: "1.12.0"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|||||||
@ -171,7 +171,7 @@ COPY --chown=anythingllm:anythingllm --from=frontend-build /app/frontend/dist /a
|
|||||||
# Setup the environment
|
# Setup the environment
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV ANYTHING_LLM_RUNTIME=docker
|
ENV ANYTHING_LLM_RUNTIME=docker
|
||||||
ENV DEPLOYMENT_VERSION=1.11.2
|
ENV DEPLOYMENT_VERSION=1.12.0
|
||||||
|
|
||||||
# Setup the healthcheck
|
# Setup the healthcheck
|
||||||
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
|
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user