Skip to content

Commit

Permalink
Merge pull request #2 from ilyannn/ilya/dev
Browse files Browse the repository at this point in the history
fix: add missing info to the release workflow
  • Loading branch information
ilyannn authored Jan 6, 2024
2 parents fbda941 + 7470ca3 commit 2ffd2c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
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 bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 2ffd2c5

Please sign in to comment.