Skip to content

Commit

Permalink
fix: helm repo add
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 6, 2024
1 parent de7825a commit a53f995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
with:
version: v3.11.1

- name: Add missing repositories
# On second thought, let's add the repo manually
# https://github.com/helm/helm/issues/9903#issue-935152749
# https://github.com/helm/helm/issues/8036#issuecomment-1126959239
run: |
helm repo add https://charts.bitnami.com/bitnami
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
# https://github.com/helm/helm/issues/9903#issue-935152749
# https://github.com/helm/helm/issues/8036#issuecomment-1126959239
run: |
helm repo add https://charts.bitnami.com/bitnami
helm repo add bitnami https://charts.bitnami.com/bitnami

0 comments on commit a53f995

Please sign in to comment.