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

Commit d3ff5e2

Browse files
authored
Refine etcd image (#363)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com> Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 110c215 commit d3ff5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.1"
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: 3.1.8
6+
version: 3.1.9
77
keywords:
88
- milvus
99
- elastic

charts/milvus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ etcd:
483483
replicaCount: 3
484484
image:
485485
repository: "milvusdb/etcd"
486-
tag: "3.5.0-r6"
486+
tag: "3.5.0-r7"
487487
pullPolicy: IfNotPresent
488488

489489
service:

0 commit comments

Comments
 (0)