Skip to content

Commit

Permalink
Upgrade to v0.10.6 (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: quicksilver <[email protected]>
  • Loading branch information
jeffoverflow authored Feb 23, 2021
1 parent d5b04e6 commit b124161
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: "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
Expand Down
4 changes: 2 additions & 2 deletions charts/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}` |
Expand Down Expand Up @@ -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 | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -220,7 +220,7 @@ serviceAccounts:
mishards:
image:
repository: milvusdb/mishards
tag: 0.10.5
tag: 0.10.6
pullPolicy: IfNotPresent

replicas: 1
Expand Down

0 comments on commit b124161

Please sign in to comment.