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

Commit a9de98c

Browse files
author
Bennu
authored
Bump Milvus version to 2.2.12 (#470)
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
1 parent 8db40ba commit a9de98c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.2.11"
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.27
6+
version: 4.0.28
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.11` |
155+
| `image.all.tag` | Image tag | `v2.2.12` |
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` |
-21 KB
Binary file not shown.
21 KB
Binary file not shown.

charts/milvus/requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
version: 6.3.3
55
- name: minio
66
repository: https://milvus-io.github.io/milvus-helm
7-
version: 8.0.16
7+
version: 8.0.17
88
- name: pulsar
99
repository: https://pulsar.apache.org/charts
1010
version: 2.7.8
@@ -14,5 +14,5 @@ dependencies:
1414
- name: mysql
1515
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
1616
version: 8.5.3
17-
digest: sha256:bdc216b6cb2ed44622299240f05b21ccdac28146b90dca78ceaf69c8bfe2dad0
18-
generated: "2023-04-28T23:32:14.013332+08:00"
17+
digest: sha256:e4fb9c460cd897d99811fecccde7af2c84fb37cb209f40e05ca816b924ed32be
18+
generated: "2023-07-25T10:51:48.487135+08:00"

charts/milvus/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
tags:
77
- etcd
88
- name: minio
9-
version: 8.0.16
9+
version: 8.0.17
1010
repository: https://milvus-io.github.io/milvus-helm
1111
condition: minio.enabled
1212
tags:

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.11
8+
tag: v2.2.12
99
pullPolicy: IfNotPresent
1010
## Optionally specify an array of imagePullSecrets.
1111
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)