Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Upgrade to 1.0.0 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffoverflow authored Mar 10, 2021
1 parent b124161 commit 1a491b0
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.6"
appVersion: "1.0.0"
kubeVersion: "^1.10.0-0"
description: Milvus is an open source similarity search engine for massive-scalefeature vectors.
version: 0.10.6
version: 1.0.0
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.6-cpu-d022221-64ddc2` |
| `image.tag` | Image tag | `1.0.0-cpu-d030521-1ea92e` |
| `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.6` |
| `mishards.image.tag` | Mishards image tag | `1.0.0` |
| `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.6-cpu-d022221-64ddc2
tag: 1.0.0-cpu-d030521-1ea92e
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.6
tag: 1.0.0
pullPolicy: IfNotPresent

replicas: 1
Expand Down

0 comments on commit 1a491b0

Please sign in to comment.