mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01: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:
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 }}"
|
||||
|
||||
Reference in New Issue
Block a user