Skip to content

Commit

Permalink
Improve naming for helm chart releases
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 29, 2024
1 parent 1c86bb2 commit 4920eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
CR_SKIP_EXISTING: "true"
CR_RELEASE_NAME_TEMPLATE: "kubeai-helm-chart-{{ .Version }}"

0 comments on commit 4920eaf

Please sign in to comment.