Skip to content

Commit

Permalink
Fix Helm repo link of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WordlessEcho committed Aug 2, 2023
1 parent 95d5555 commit 2ceb1b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

# https://github.com/murz-helm-charts/murz-helm-charts/blob/5098a941604390e5abfa545c3c4b4b152b2732d9/.github/workflows/release.yml#L23C7-L29C70
# https://github.com/helm/chart-releaser-action/issues/74#issuecomment-778787114
- name: Add dependencies
run: |
# for dir in charts/*; do (cd $dir && helm dependency update); done
# This should work automatically? Issue https://github.com/helm/chart-releaser-action/issues/6
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
Expand Down

0 comments on commit 2ceb1b5

Please sign in to comment.