From 5803df46f3f5a9c485c3fbf337c4cb8b0f85fbe6 Mon Sep 17 00:00:00 2001 From: Alex Lokshin Date: Wed, 15 Nov 2023 16:51:59 -0600 Subject: [PATCH] fix: Fix chart index yaml copy (#2728) --- .github/workflows/charts-release.yml | 1 - helm-charts/charts/stack/templates/_helpers.tpl | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 }} +