From 50f4cec97eedda4d60a152d495a0992acc5e0dc8 Mon Sep 17 00:00:00 2001 From: Max Williams Date: Mon, 6 Jan 2025 15:16:33 +0100 Subject: [PATCH] Update the helm repo index command --- .github/workflows/helm-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index dfd45dca..ad594c2b 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -52,8 +52,7 @@ jobs: done - name: Generate Helm repo index.yaml shell: bash - run: | - helm repo index --merge . + run: helm repo index . --merge index.yaml - name: Update URLs in index.yaml with yq uses: mikefarah/yq@v4.44.6 with: