1.11.0 release tag (#5014)
This commit is contained in:
parent
d38338b2c6
commit
40853e4e43
@ -58,7 +58,7 @@ Notes:
|
|||||||
```yaml
|
```yaml
|
||||||
image:
|
image:
|
||||||
repository: mintplexlabs/anythingllm
|
repository: mintplexlabs/anythingllm
|
||||||
tag: "1.10.0"
|
tag: "1.11.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.10.0"` | |
|
| image.tag | string | `"1.11.0"` | |
|
||||||
| imagePullSecrets | list | `[]` | |
|
| imagePullSecrets | list | `[]` | |
|
||||||
| ingress.annotations | object | `{}` | |
|
| ingress.annotations | object | `{}` | |
|
||||||
| ingress.className | string | `""` | |
|
| ingress.className | string | `""` | |
|
||||||
|
|||||||
@ -69,7 +69,7 @@ Notes:
|
|||||||
```yaml
|
```yaml
|
||||||
image:
|
image:
|
||||||
repository: mintplexlabs/anythingllm
|
repository: mintplexlabs/anythingllm
|
||||||
tag: "1.10.0"
|
tag: "1.11.0"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@ -8,7 +8,7 @@ initContainers: []
|
|||||||
image:
|
image:
|
||||||
repository: mintplexlabs/anythingllm
|
repository: mintplexlabs/anythingllm
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.10.0"
|
tag: "1.11.0"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anything-llm-document-collector",
|
"name": "anything-llm-document-collector",
|
||||||
"version": "1.10.0",
|
"version": "1.11.0",
|
||||||
"description": "Document collector server endpoints",
|
"description": "Document collector server endpoints",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Timothy Carambat (Mintplex Labs)",
|
"author": "Timothy Carambat (Mintplex Labs)",
|
||||||
|
|||||||
@ -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.10.0
|
ENV DEPLOYMENT_VERSION=1.11.0
|
||||||
|
|
||||||
# Setup the healthcheck
|
# Setup the healthcheck
|
||||||
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
|
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anything-llm",
|
"name": "anything-llm",
|
||||||
"version": "1.10.0",
|
"version": "1.11.0",
|
||||||
"description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.",
|
"description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anything-llm-server",
|
"name": "anything-llm-server",
|
||||||
"version": "1.10.0",
|
"version": "1.11.0",
|
||||||
"description": "Server endpoints to process or create content for chatting",
|
"description": "Server endpoints to process or create content for chatting",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Timothy Carambat (Mintplex Labs)",
|
"author": "Timothy Carambat (Mintplex Labs)",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user