Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Bump milvus version to v2.2.9 (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Bennu-Li <[email protected]>
  • Loading branch information
Bennu-Li authored Jun 2, 2023
1 parent 19aa316 commit 029e012
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
name: milvus
appVersion: "2.2.8"
appVersion: "2.2.9"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.0.22
version: 4.0.23
keywords:
- milvus
- elastic
Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The following table lists the configurable parameters of the Milvus Service and
|-------------------------------------------|-----------------------------------------------|---------------------------------------------------------|
| `cluster.enabled` | Enable or disable Milvus Cluster mode | `true` |
| `image.all.repository` | Image repository | `milvusdb/milvus` |
| `image.all.tag` | Image tag | `v2.2.7` |
| `image.all.tag` | Image tag | `v2.2.9` |
| `image.all.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.all.pullSecrets` | Image pull secrets | `{}` |
| `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` |
Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/templates/indexnode-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
- mountPath: /milvus/tools
name: tools
{{- if .Values.indexNode.disk.enabled }}
- mountPath: /milvus/data
- mountPath: /var/lib/milvus/data
name: disk
{{- end }}

Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/templates/querynode-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
- mountPath: /milvus/tools
name: tools
{{- if .Values.queryNode.disk.enabled }}
- mountPath: /milvus/data
- mountPath: /var/lib/milvus/data
name: disk
{{- end }}

Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/templates/standalone-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
subPath: {{ .Values.log.persistence.persistentVolumeClaim.subPath | default "" }}
{{- end }}
{{- if .Values.standalone.disk.enabled }}
- mountPath: /milvus/data
- mountPath: /var/lib/milvus/data
name: disk
{{- end }}

Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cluster:
image:
all:
repository: milvusdb/milvus
tag: v2.2.8
tag: v2.2.9
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 029e012

Please sign in to comment.