Skip to content

Commit

Permalink
Update charts-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi committed Nov 16, 2023
1 parent 51e16b6 commit 24c24b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/charts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
VERSION=0.30.0
RELEASE=v0.21.0
sed -i "s/0.0.0/$VERSION/g" ${CHARTS_DIR}/Chart.yaml
echo ------
cat ${CHARTS_DIR}/Chart.yaml
echo ------
${HELM_CMD} package ${CHARTS_DIR} -d ${PACKAGE_DIR} --version ${VERSION}
${GHCLI_CMD} release upload ${RELEASE} ${PACKAGE_DIR}/*.tgz --clobber
${HELM_CMD} repo index ${CHARTS_DIR} --url https://chanzuckerberg.github.io/happy-helm-charts/ --merge ${INDEX_DIR}/index.yaml
Expand Down

0 comments on commit 24c24b0

Please sign in to comment.