forked from zilliztech/milvus-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump helm chart version to 2.0.0 (#183)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
- Loading branch information
1 parent
3a019d0
commit 379150e
Showing
56 changed files
with
2,183 additions
and
1,888 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.DS_Store | ||
.git | ||
.github | ||
ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
dependencies: | ||
- name: mysql | ||
repository: https://charts.helm.sh/stable | ||
version: 1.6.4 | ||
digest: sha256:d450654c7b160118da8d9a4d58e23cfee468cf9af378302250a7399907572afd | ||
generated: "2021-01-07T10:12:41.079825+08:00" | ||
- name: etcd | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 5.5.0 | ||
- name: minio | ||
repository: https://helm.min.io | ||
version: 8.0.9 | ||
- name: pulsar | ||
repository: https://helm.kafkaesque.io | ||
version: 1.0.31 | ||
digest: sha256:cc727a4b0780617262014ca23f088610cbf62902353cbd0eaf549741e2b11f11 | ||
generated: "2021-03-25T19:06:02.887479+08:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
dependencies: | ||
- name: mysql | ||
version: 1.6.4 | ||
repository: https://charts.helm.sh/stable | ||
condition: mysql.enabled | ||
- name: etcd | ||
version: 5.5.0 | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: etcd.enabled | ||
tags: | ||
- mysql-database | ||
- etcd | ||
- name: minio | ||
version: 8.0.9 | ||
repository: https://helm.min.io | ||
condition: minio.enabled | ||
tags: | ||
- minio | ||
- name: pulsar | ||
version: 1.0.31 | ||
repository: https://helm.kafkaesque.io | ||
condition: pulsar.enabled | ||
tags: | ||
- pulsar |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.