diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index 7af5a3a..64bb2f2 100755 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 name: milvus -appVersion: "0.10.1" +appVersion: "0.10.2" kubeVersion: "^1.10.0-0" description: Milvus is an open source similarity search engine for massive-scalefeature vectors. -version: 0.10.1 +version: 0.10.2 keywords: - milvus - elastic diff --git a/charts/milvus/README.md b/charts/milvus/README.md index bf2330e..61f0ddc 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -131,7 +131,7 @@ The following table lists the configurable parameters of the Milvus chart and th | `restartPolicy` | Restart policy for all containers | `Always` | | `initContainerImage` | Init container image | `alpine:3.8` | | `image.repository` | Image repository | `milvusdb/milvus` | -| `image.tag` | Image tag | `0.10.1-cpu-d072020-bd02b1` | +| `image.tag` | Image tag | `0.10.2-cpu-d081520-8a2393` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `{}` | | `image.resources` | CPU/GPU/Memory resource requests/limits | `{}` | @@ -175,7 +175,7 @@ The following table lists the configurable parameters of the Milvus chart and th | `podDisruptionBudget.minAvailable` | Pod disruption minimum available | `unset` | | `podDisruptionBudget.maxUnavailable` | Pod disruption maximum unavailable | `unset` | | `mishards.image.repository` | Mishards image repository | `milvusdb/mishards` | -| `mishards.image.tag` | Mishards image tag | `0.10.1` | +| `mishards.image.tag` | Mishards image tag | `0.10.2` | | `mishards.image.pullPolicy` | Mishards image pull policy | `IfNotPresent` | | `mishards.replicas` | Number of mishards nodes | `1` | | `mishards.resources` | Mishards CPU/GPU/Memory resource requests/limits | `{}` | diff --git a/charts/milvus/values.yaml b/charts/milvus/values.yaml index c44dfbe..66bf888 100755 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -176,7 +176,7 @@ logsPersistence: image: repository: milvusdb/milvus - tag: 0.10.1-cpu-d072020-bd02b1 + tag: 0.10.2-cpu-d081520-8a2393 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -220,7 +220,7 @@ serviceAccounts: mishards: image: repository: milvusdb/mishards - tag: 0.10.1 + tag: 0.10.2 pullPolicy: IfNotPresent replicas: 1