From 926be05ae859422e35517104ef058c9fa7c3b835 Mon Sep 17 00:00:00 2001 From: Tobias Kuhn Date: Tue, 18 Apr 2023 10:02:22 +0200 Subject: [PATCH] Skip existing charts on helm release Otherwise the release of all charts fails --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 518490d..ec538ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,3 +36,4 @@ jobs: - uses: helm/chart-releaser-action@v1.2.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_SKIP_EXISTING: true