From 6eb536bca09cdf900c3abfd8c2c23eeb0ea5ed6d Mon Sep 17 00:00:00 2001 From: Chas Lynch Date: Thu, 19 Dec 2024 10:29:06 -0500 Subject: [PATCH 1/2] Use original helm/chart-releaser-action package --- .github/workflows/release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 708654d..f595733 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,9 +31,7 @@ jobs: helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser - # Fork of helm/chart-releaser-action to avoid unwanted release attempts. - # Upstream PR: https://github.com/helm/chart-releaser-action/pull/80 - uses: florisvdg/chart-releaser-action@v1.3.0 + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: charts env: From 5f359ffeb423401402c642b60d344148cd2dee2e Mon Sep 17 00:00:00 2001 From: Chas Lynch Date: Thu, 19 Dec 2024 10:40:37 -0500 Subject: [PATCH 2/2] Remove OCI env var --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f595733..d201f81 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,4 +36,3 @@ jobs: charts_dir: charts env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - HELM_EXPERIMENTAL_OCI: 1