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 ef6590b commit fd53ad9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/charts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,14 @@ jobs:
echo ------
${HELM_CMD} package ${CHARTS_DIR} -d ${PACKAGE_DIR} --version ${VERSION}
${GHCLI_CMD} release upload ${RELEASE} ${PACKAGE_DIR}/*.tgz --clobber
${HELM_CMD} repo index ${PACKAGE_DIR} --url https://chanzuckerberg.github.io/happy-helm-charts/ --merge ${INDEX_DIR}/index.yaml
${HELM_CMD} repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml
echo ------
cat ${INDEX_DIR}/index.yaml
cat ${PACKAGE_DIR}/index.yaml
echo ------
cd ../chart-repo
cp ${PACKAGE_DIR}/index.yaml ./index.yaml
git commit index.yaml -m "chore: publish charts from ${{ github.repository }} ${VERSION}"
git push
env:
Expand Down

0 comments on commit fd53ad9

Please sign in to comment.