Skip to content

Commit

Permalink
fix: Fix chart index yaml copy (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi authored Nov 15, 2023
1 parent e354dd8 commit 5803df4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/charts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
${HELM_CMD} repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml
cd ../chart-repo
mv ${INDEX_DIR}/index.yaml ./index.yaml
git add -A
git commit -m "chore: publish charts from ${{ github.repository }} ${{ needs.check-chart-released.outputs.tag }}"
git push
Expand Down
1 change: 1 addition & 0 deletions helm-charts/charts/stack/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ Create the name of the service account to use
{{- default "default" .Values.serviceAccount.name }}
{{- end }}
{{- end }}

0 comments on commit 5803df4

Please sign in to comment.