diff --git a/.github/workflows/charts-release.yml b/.github/workflows/charts-release.yml index 8be97e76a1..4f60f10123 100644 --- a/.github/workflows/charts-release.yml +++ b/.github/workflows/charts-release.yml @@ -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 diff --git a/helm-charts/charts/stack/templates/_helpers.tpl b/helm-charts/charts/stack/templates/_helpers.tpl index 39190ab2b9..efe958fa77 100644 --- a/helm-charts/charts/stack/templates/_helpers.tpl +++ b/helm-charts/charts/stack/templates/_helpers.tpl @@ -112,3 +112,4 @@ Create the name of the service account to use {{- default "default" .Values.serviceAccount.name }} {{- end }} {{- end }} +