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

Commit db1804e

Browse files
authored
Bump milvus to 2.2.5 (#433)
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
1 parent f3595dd commit db1804e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.3"
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.12
6+
version: 4.0.13
77
keywords:
88
- milvus
99
- elastic

charts/milvus/values.yaml

Lines changed: 2 additions & 2 deletions
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.4
8+
tag: v2.2.5
99
pullPolicy: IfNotPresent
1010
## Optionally specify an array of imagePullSecrets.
1111
## Secrets must be manually created in the namespace.
@@ -427,7 +427,7 @@ minio:
427427
name: minio
428428
mode: distributed
429429
image:
430-
tag: "RELEASE.2022-03-17T06-34-49Z"
430+
tag: "RELEASE.2023-03-20T20-16-18Z"
431431
pullPolicy: IfNotPresent
432432
accessKey: minioadmin
433433
secretKey: minioadmin

0 commit comments

Comments
 (0)