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

Commit 106d58a

Browse files
authored
Fix github action after adding helm repo bitnami-pre-2022 (#338)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 7671b29 commit 106d58a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
helm repo add kafkaesque https://helm.kafkaesque.io
4242
helm repo add bitnami https://charts.bitnami.com/bitnami
4343
helm repo add milvus https://milvus-io.github.io/milvus-helm
44+
helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
4445
4546
- uses: actions/setup-python@v2
4647
with:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
helm repo add apache https://pulsar.apache.org/charts
3131
helm repo add bitnami https://charts.bitnami.com/bitnami
3232
helm repo add milvus https://milvus-io.github.io/milvus-helm
33+
helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
3334
3435
- name: Run chart-releaser
3536
uses: helm/chart-releaser-action@v1.2.1

0 commit comments

Comments
 (0)