Skip to content

Commit

Permalink
Bump helm chart version to 2.0.0 (#183)
Browse files Browse the repository at this point in the history
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
  • Loading branch information
jeffoverflow committed Jun 28, 2021
1 parent 3a019d0 commit 379150e
Show file tree
Hide file tree
Showing 56 changed files with 2,183 additions and 1,888 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:

- name: Add dependency chart repos
run: |
helm repo add stable https://charts.helm.sh/stable
helm repo add kafkaesque https://helm.kafkaesque.io
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add minio https://helm.min.io/
- uses: actions/setup-python@v2
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:

- name: Add dependency chart repos
run: |
helm repo add stable https://charts.helm.sh/stable
helm repo add kafkaesque https://helm.kafkaesque.io
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add minio https://helm.min.io/
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
Expand Down
1 change: 0 additions & 1 deletion charts/milvus/.helmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.DS_Store
.git
.github
ci
7 changes: 3 additions & 4 deletions charts/milvus/Chart.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
apiVersion: v1
name: milvus
appVersion: "1.1.1"
appVersion: "2.0.0-rc.1"
kubeVersion: "^1.10.0-0"
description: Milvus is an open source similarity search engine for massive-scalefeature vectors.
version: 1.1.5
version: 2.0.0
keywords:
- milvus
- elastic
- vector
- search
- deploy
home: https://milvus.io/
icon: https://raw.githubusercontent.com/milvus-io/docs/master/v1.0.0/assets/milvus_logo.png
icon: https://raw.githubusercontent.com/milvus-io/docs/master/assets/milvus_logo.png
sources:
- https://github.com/milvus-io/milvus
- https://github.com/milvus-io/milvus-helm
maintainers:
- email: zhifeng.zhang@zilliz.com
name: jeffoverflow
Expand Down
424 changes: 234 additions & 190 deletions charts/milvus/README.md

Large diffs are not rendered by default.

Binary file added charts/milvus/charts/etcd-5.5.0.tgz
Binary file not shown.
Binary file added charts/milvus/charts/minio-8.0.9.tgz
Binary file not shown.
Binary file removed charts/milvus/charts/mysql-1.6.4.tgz
Binary file not shown.
Binary file added charts/milvus/charts/pulsar-1.0.31.tgz
Binary file not shown.
23 changes: 0 additions & 23 deletions charts/milvus/ci/db_backend/mysql_cpu_values.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions charts/milvus/ci/db_backend/mysql_gpu_values.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/milvus/ci/db_backend/sqlite_cpu_values.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions charts/milvus/ci/db_backend/sqlite_gpu_values.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions charts/milvus/ci/filebeat/values.yaml

This file was deleted.

16 changes: 11 additions & 5 deletions charts/milvus/requirements.lock
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"
22 changes: 17 additions & 5 deletions charts/milvus/requirements.yaml
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
44 changes: 0 additions & 44 deletions charts/milvus/templates/NOTES.txt

This file was deleted.

Loading

0 comments on commit 379150e

Please sign in to comment.