mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-01 21:10:13 +00:00
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
b89c4317d0
commit
8754974e21
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…
Add table
Add a link
Reference in a new issue