Fix Helm chart releaser to skip existing releases
Use helm-chart- prefix for releases to avoid conflicts with main Pulse releases
This commit is contained in:
parent
c667b2dee4
commit
6273d57164
1 changed files with 2 additions and 1 deletions
3
.github/workflows/helm-pages.yml
vendored
3
.github/workflows/helm-pages.yml
vendored
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
with:
|
||||
charts_dir: deploy/helm
|
||||
config: cr.yaml
|
||||
skip_existing: true
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
CR_RELEASE_NAME_TEMPLATE: "{{ .Version }}"
|
||||
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue