File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
cloud-deployments/helm/charts/anythingllm Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858` ` ` yaml
5959image:
6060 repository: mintplexlabs/anythingllm
61- tag: "1.11.1 "
61+ tag: "1.11.2 "
6262
6363service:
6464 type: ClusterIP
@@ -104,7 +104,7 @@ helm install my-anythingllm ./anythingllm -f values-secret.yaml
104104| fullnameOverride | string | `""` | |
105105| image.pullPolicy | string | `"IfNotPresent"` | |
106106| image.repository | string | `"mintplexlabs/anythingllm"` | |
107- | image.tag | string | `"1.11.1 "` | |
107+ | image.tag | string | `"1.11.2 "` | |
108108| imagePullSecrets | list | `[]` | |
109109| ingress.annotations | object | `{}` | |
110110| ingress.className | string | `""` | |
Original file line number Diff line number Diff line change 6969` ` ` yaml
7070image:
7171 repository: mintplexlabs/anythingllm
72- tag: "1.11.1 "
72+ tag: "1.11.2 "
7373
7474service:
7575 type: ClusterIP
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ initContainers: []
88image :
99 repository : mintplexlabs/anythingllm
1010 pullPolicy : IfNotPresent
11- tag : " 1.11.1 "
11+ tag : " 1.11.2 "
1212
1313imagePullSecrets : []
1414nameOverride : " "
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ COPY --chown=anythingllm:anythingllm --from=frontend-build /app/frontend/dist /a
171171# Setup the environment
172172ENV NODE_ENV=production
173173ENV ANYTHING_LLM_RUNTIME=docker
174- ENV DEPLOYMENT_VERSION=1.11.1
174+ ENV DEPLOYMENT_VERSION=1.11.2
175175
176176# Setup the healthcheck
177177HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
You can’t perform that action at this time.
0 commit comments