Skip to content

Commit

Permalink
Merge pull request #682 from wongma7/chartreleasername
Browse files Browse the repository at this point in the history
Prefix helm chart releases with "helm-chart-"
  • Loading branch information
k8s-ci-robot authored Jan 6, 2021
2 parents b5c0756 + ad00128 commit 049fc73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release-name-template: "helm-chart-{{ .Name }}-{{ .Version }}"
6 changes: 4 additions & 2 deletions .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- 'charts/**'
- "charts/**"

jobs:
release:
Expand All @@ -22,4 +22,6 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
config: .github/workflows/cr.yaml

0 comments on commit 049fc73

Please sign in to comment.