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

Commit

Permalink
Fix github action after adding helm repo bitnami-pre-2022 (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
  • Loading branch information
LoveEachDay authored Jun 17, 2022
1 parent 7671b29 commit 106d58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
helm repo add kafkaesque https://helm.kafkaesque.io
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add milvus https://milvus-io.github.io/milvus-helm
helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
- uses: actions/setup-python@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
helm repo add apache https://pulsar.apache.org/charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add milvus https://milvus-io.github.io/milvus-helm
helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
Expand Down

0 comments on commit 106d58a

Please sign in to comment.