Skip to content

Commit

Permalink
update etcd image to support arm (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: shaoyue.chen <[email protected]>
  • Loading branch information
haorenfsa authored Jan 22, 2024
1 parent 125726e commit 1b1d28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.3.5"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.1.12
version: 4.1.13
keywords:
- milvus
- elastic
Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ etcd:
create: false
image:
repository: "milvusdb/etcd"
tag: "3.5.5-r2"
tag: "3.5.5-r4"
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 1b1d28e

Please sign in to comment.