From 827e825337fcc05f2655abfd8cfeba4a05a5cb6b Mon Sep 17 00:00:00 2001 From: Michael Cox <51802118+accenture-mikeyc@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:21:44 -0500 Subject: [PATCH] Update release.yml Add optional param to skip re-releasing existing image tags in the charts --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74536c6..2147521 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,3 +44,4 @@ jobs: uses: helm/chart-releaser-action@v1.2.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_SKIP_EXISTING: true