diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index b6576d9..81778ae 100644 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 name: milvus -appVersion: "2.3.7" +appVersion: "2.3.8" kubeVersion: "^1.10.0-0" description: Milvus is an open-source vector database built to power AI applications and vector similarity search. -version: 4.1.16 +version: 4.1.17 keywords: - milvus - elastic diff --git a/charts/milvus/README.md b/charts/milvus/README.md index aa4af24..f3b9ef3 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -239,7 +239,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.3.7` | +| `image.all.tag` | Image tag | `v2.3.8` | | `image.all.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.all.pullSecrets` | Image pull secrets | `{}` | | `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` | diff --git a/charts/milvus/values.yaml b/charts/milvus/values.yaml index 1b84980..27c63d0 100644 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -5,7 +5,7 @@ cluster: image: all: repository: milvusdb/milvus - tag: v2.3.7 + tag: v2.3.8 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.