Skip to content

Commit 8f87581

Browse files
committed
debug action
1 parent 309e408 commit 8f87581

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/chart-release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727

28+
- name: Add Helm repositories
29+
run: |
30+
helm repo add bitnami https://charts.bitnami.com/bitnami
31+
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
32+
helm repo update
33+
34+
- name: Update chart dependencies
35+
run: |
36+
helm dependency update charts/tock
37+
2838
- name: Install chart-releaser
2939
uses: helm/chart-releaser-action@v1.6.0
3040
with:

0 commit comments

Comments
 (0)