diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index d3e1d61..67d6372 100644 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 name: milvus -appVersion: "2.0.0-rc.1" +appVersion: "2.0.0-rc.2" kubeVersion: "^1.10.0-0" description: Milvus is an open-source vector database built to power AI applications and vector similarity search. -version: 2.0.5 +version: 2.0.6 keywords: - milvus - elastic diff --git a/charts/milvus/README.md b/charts/milvus/README.md index 623bcb6..a20b07f 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -81,7 +81,7 @@ The following table lists the configurable parameters of the Milvus Service and |-------------------------------------------|-----------------------------------------------|---------------------------------------------------------| | `cluster.enabled` | Enable or disable Milvus Cluster mode | `false` | | `image.all.repository` | Image repository | `milvusdb/milvus` | -| `image.all.tag` | Image tag | `v2.0.0-rc1-20210628-b87baa1` | +| `image.all.tag` | Image tag | `v2.0.0-rc2-20210712-a8e5fd2` | | `image.all.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.all.pullSecrets` | Image pull secrets | `{}` | | `service.type` | Service type | `ClusterIP` | diff --git a/charts/milvus/values.yaml b/charts/milvus/values.yaml index 26fe92b..4b254f1 100644 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -5,7 +5,7 @@ cluster: image: all: repository: milvusdb/milvus - tag: v2.0.0-rc1-20210628-b87baa1 + tag: v2.0.0-rc2-20210712-a8e5fd2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.