diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index 3803a65..018628e 100755 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 name: milvus -appVersion: "0.10.5" +appVersion: "0.10.6" kubeVersion: "^1.10.0-0" description: Milvus is an open source similarity search engine for massive-scalefeature vectors. -version: 0.10.5 +version: 0.10.6 keywords: - milvus - elastic diff --git a/charts/milvus/README.md b/charts/milvus/README.md index 1a07fd6..b70d404 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -136,7 +136,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.5-cpu-d010621-4eda95` | +| `image.tag` | Image tag | `0.10.6-cpu-d022221-64ddc2` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `{}` | | `image.resources` | CPU/GPU/Memory resource requests/limits | `{}` | @@ -180,7 +180,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.5` | +| `mishards.image.tag` | Mishards image tag | `0.10.6` | | `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 1ba4d10..e386499 100755 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -175,7 +175,7 @@ logsPersistence: image: repository: milvusdb/milvus - tag: 0.10.5-cpu-d010621-4eda95 + tag: 0.10.6-cpu-d022221-64ddc2 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.5 + tag: 0.10.6 pullPolicy: IfNotPresent replicas: 1