File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
cloud-deployments/helm/charts/anythingllm Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5858` ` ` yaml
5959image:
6060 repository: mintplexlabs/anythingllm
61- tag: "1.9.1 "
61+ tag: "1.10.0 "
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.9.1 "` | |
107+ | image.tag | string | `"1.10.0 "` | |
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.9.1 "
72+ tag: "1.10.0 "
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.9.1 "
11+ tag : " 1.10.0 "
1212
1313imagePullSecrets : []
1414nameOverride : " "
Original file line number Diff line number Diff line change 11{
22 "name" : " anything-llm-document-collector" ,
3- "version" : " 1.9.1 " ,
3+ "version" : " 1.10.0 " ,
44 "description" : " Document collector server endpoints" ,
55 "main" : " index.js" ,
66 "author" : " Timothy Carambat (Mintplex Labs)" ,
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.9.1
174+ ENV DEPLOYMENT_VERSION=1.10.0
175175
176176# Setup the healthcheck
177177HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
Original file line number Diff line number Diff line change 11{
22 "name" : " anything-llm" ,
3- "version" : " 1.9.1 " ,
3+ "version" : " 1.10.0 " ,
44 "description" : " The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies." ,
55 "main" : " index.js" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " anything-llm-server" ,
3- "version" : " 1.9.1 " ,
3+ "version" : " 1.10.0 " ,
44 "description" : " Server endpoints to process or create content for chatting" ,
55 "main" : " index.js" ,
66 "author" : " Timothy Carambat (Mintplex Labs)" ,
You can’t perform that action at this time.
0 commit comments