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

Commit 43e3f9a

Browse files
authored
Bump milvus version to v2.2.2 (#407)
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
1 parent f3a67ba commit 43e3f9a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.1"
3+
appVersion: "2.2.2"
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.1
6+
version: 4.0.2
77
keywords:
88
- milvus
99
- elastic

charts/milvus/requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ dependencies:
99
repository: https://pulsar.apache.org/charts
1010
version: 2.7.8
1111
- name: kafka
12-
repository: https://charts.bitnami.com/bitnami
12+
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
1313
version: 15.5.1
1414
- name: mysql
1515
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
1616
version: 8.5.3
17-
digest: sha256:eafbb9ed1cb291e628853816bc1293638e6568c53f4f4ff362c4d73522cbab72
18-
generated: "2022-08-26T18:24:42.661343+08:00"
17+
digest: sha256:9c123c30cb66b994fec4bd646780a3ae665ec7f53920b245ed42ebc1390ce1e9
18+
generated: "2022-12-22T18:04:42.663581+08:00"

charts/milvus/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- pulsar
2020
- name: kafka
2121
version: 15.5.1
22-
repository: https://charts.bitnami.com/bitnami
22+
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
2323
condition: kafka.enabled
2424
tags:
2525
- kafka

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

0 commit comments

Comments
 (0)