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

Commit 628f32c

Browse files
authored
Bump milvus version to v2.2.7 (#440)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent fea1b97 commit 628f32c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/milvus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
22
name: milvus
3-
appVersion: "2.2.6"
3+
appVersion: "2.2.7"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 4.0.17
6+
version: 4.0.18
77
keywords:
88
- milvus
99
- elastic

charts/milvus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The following table lists the configurable parameters of the Milvus Service and
152152
|-------------------------------------------|-----------------------------------------------|---------------------------------------------------------|
153153
| `cluster.enabled` | Enable or disable Milvus Cluster mode | `true` |
154154
| `image.all.repository` | Image repository | `milvusdb/milvus` |
155-
| `image.all.tag` | Image tag | `v2.2.1` |
155+
| `image.all.tag` | Image tag | `v2.2.7` |
156156
| `image.all.pullPolicy` | Image pull policy | `IfNotPresent` |
157157
| `image.all.pullSecrets` | Image pull secrets | `{}` |
158158
| `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` |

charts/milvus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cluster:
55
image:
66
all:
77
repository: milvusdb/milvus
8-
tag: v2.2.6
8+
tag: v2.2.7
99
pullPolicy: IfNotPresent
1010
## Optionally specify an array of imagePullSecrets.
1111
## Secrets must be manually created in the namespace.

charts/minio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ helm install --set accessKey=myaccesskey,secretKey=mysecretkey --generate-name
6363

6464
### Updating MinIO configuration via Helm
6565

66-
[ConfigMap](https://kubernetes.io/docs/user-guide/configmap/) allows injecting containers with configuration data even while a Helm release is deployed.
66+
[ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap) allows injecting containers with configuration data even while a Helm release is deployed.
6767

6868
To update your MinIO server configuration while it is deployed in a release, you need to
6969

@@ -290,7 +290,7 @@ NAS Gateway
290290

291291
### Prerequisites
292292

293-
MinIO in NAS gateway mode can be used to create multiple MinIO instances backed by single PV in `ReadWriteMany` mode. Currently few [Kubernetes volume plugins](https://kubernetes.io/docs/user-guide/persistent-volumes/#access-modes) support `ReadWriteMany` mode. To deploy MinIO NAS gateway with Helm chart you'll need to have a Persistent Volume running with one of the supported volume plugins. [This document](https://kubernetes.io/docs/user-guide/volumes/#nfs)
293+
MinIO in NAS gateway mode can be used to create multiple MinIO instances backed by single PV in `ReadWriteMany` mode. Currently few [Kubernetes volume plugins](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) support `ReadWriteMany` mode. To deploy MinIO NAS gateway with Helm chart you'll need to have a Persistent Volume running with one of the supported volume plugins. [This document](https://kubernetes.io/docs/concepts/storage/volumes/#nfs)
294294
outlines steps to create a NFS PV in Kubernetes cluster.
295295

296296
### Provision NAS Gateway MinIO instances

0 commit comments

Comments
 (0)