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