Skip to content

Commit 83e3502

Browse files
committed
Resolve chart releaser job dependency charts definition issue
1 parent 2f6a8db commit 83e3502

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release-charts.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838

39+
- name: Set up Helm
40+
uses: azure/setup-helm@v3
41+
with:
42+
version: v${{ vars.HELM_VERSION }}
43+
44+
- name: Add dependency repositories
45+
run: |
46+
helm repo add bitnami https://charts.bitnami.com/bitnami
47+
3948
- name: Configure Git
4049
run: |
4150
git config user.name "$GITHUB_ACTOR"

0 commit comments

Comments
 (0)