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.8.5 "
61+ tag: "1.9.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.8.5 "` | |
107+ | image.tag | string | `"1.9.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.8.5 "
72+ tag: "1.9.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.8.5 "
11+ tag : " 1.9.0 "
1212
1313imagePullSecrets : []
1414nameOverride : " "
Original file line number Diff line number Diff line change 11{
22 "name" : " anything-llm-document-collector" ,
3- "version" : " 1.8.5 " ,
3+ "version" : " 1.9.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 @@ -169,7 +169,7 @@ USER anythingllm
169169# Setup the environment
170170ENV NODE_ENV=production
171171ENV ANYTHING_LLM_RUNTIME=docker
172- ENV DEPLOYMENT_VERSION=1.8.5
172+ ENV DEPLOYMENT_VERSION=1.9.0
173173
174174# Setup the healthcheck
175175HEALTHCHECK --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.8.5 " ,
3+ "version" : " 1.9.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.8.5 " ,
3+ "version" : " 1.9.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