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:
rcourtman
2025-11-11 19:28:48 +00:00
parent b89c4317d0
commit 8754974e21

View File

@@ -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 }}"