Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit f33dabe

Browse files
add dep up step in helm releaser
1 parent e83a976 commit f33dabe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-releaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
AWS_SECRET_ACCESS_KEY: ${{ secrets.ORG_AWS_HELM_CHART_BUCKET_SECRET_ACCESS_KEY }}
2626
run: |
2727
mkdir -p chart_release
28+
helm dep up chart
2829
helm package chart -d chart_release/
2930
helm plugin install https://github.com/hypnoglow/helm-s3.git
3031
helm repo add tscharts s3://charts.timescale.com

0 commit comments

Comments
 (0)