Skip to content

Commit c29ee9c

Browse files
authored
Merge pull request #44 from adinhodovic/disable-latest
ci(helm): Disable marking as latest for helm charts
2 parents 255f8b5 + f71f7cd commit c29ee9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: helm/chart-releaser-action@v1.7.0
3131
with:
3232
charts_dir: "deploy/charts"
33+
mark_as_latest: false
3334
env:
3435
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3536
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-chart-{{ .Version }}"

0 commit comments

Comments
 (0)