Skip to content

Commit 527f160

Browse files
authored
Merge pull request #4333 from sniok/skip-helm-release
github: charts: Skip chart release if it already exists
2 parents d25c41a + 578622d commit 527f160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-chart-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
with:
7777
config: .github/cr.yaml
7878
mark_as_latest: false # only headlamp is set to latest
79+
skip_existing: true # skip package upload if release already exists
7980

8081
- name: Push Charts to GHCR
8182
run: |

0 commit comments

Comments
 (0)