1.12.0 release (#5331)

This commit is contained in:
Timothy Carambat 2026-04-02 13:52:00 -07:00 committed by GitHub
parent 5a2393e632
commit f6f1c80042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -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 | `""` | |

View File

@ -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

View File

@ -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: ""

View File

@ -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 \