From c4db4386e4ef7394841ba2c283a3df733b593969 Mon Sep 17 00:00:00 2001 From: Devin Collins Date: Mon, 6 Feb 2023 11:55:28 -0800 Subject: [PATCH] update chart --- .github/workflows/chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 0a956d1..34ae98c 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -21,6 +21,7 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreploy.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.1.0 + uses: helm/chart-releaser-action@v1.5.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_SKIP_EXISTING: true