Skip to content

Commit

Permalink
Improve naming for helm chart releases (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 29, 2024
1 parent 1c86bb2 commit a88a9f6
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 a88a9f6

Please sign in to comment.