Skip to content

Commit

Permalink
chore: fix release - add helm dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jul 19, 2024
1 parent 2695389 commit c1829d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
cat ${CHARTS_DIR}/Chart.yaml
echo ------
PACKAGE_DIR="."
helm dependency update
helm package ${CHARTS_DIR} -d ${PACKAGE_DIR}
helm repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml
Expand Down
1 change: 1 addition & 0 deletions stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ global:
port: 80

initContainers: []

sidecars: []

appContext:
Expand Down

0 comments on commit c1829d0

Please sign in to comment.