Skip to content

Commit

Permalink
[milvus-helm] Update milvus admin version in charts to 0.4.3 by defau…
Browse files Browse the repository at this point in the history
…lt (#177)

* doc(readme): Fix the link for Milvus logo in README.md

* fix(milvus-em): By default lets use milvus admin v0.4.3 with latest bug fixes

* chore: Bump helm chart version to 1.1.2
  • Loading branch information
scipe authored Jun 15, 2021
1 parent 9168914 commit bb1381f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ You can find more information at:

---

![Milvus logo](https://raw.githubusercontent.com/milvus-io/docs/master/assets/milvus_logo.png)
![Milvus logo](https://raw.githubusercontent.com/milvus-io/docs/master/v1.0.0/assets/milvus_logo.png)
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: "1.1.0"
kubeVersion: "^1.10.0-0"
description: Milvus is an open source similarity search engine for massive-scalefeature vectors.
version: 1.1.1
version: 1.1.2
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 @@ -285,7 +285,7 @@ admin:
enabled: false
image:
repository: milvusdb/milvus-em
tag: v0.4.0
tag: v0.4.3
pullPolicy: IfNotPresent

replicas: 1
Expand Down

0 comments on commit bb1381f

Please sign in to comment.