fix(helm): ci with helm- prefix on tag and release

Change-Id: I67754c5159f80ea721920e888996a894ca4101aa
Signed-off-by: genofire <geno+dev@fireorbit.de>
pull/6787/head
genofire 2023-06-29 20:22:45 +02:00 committed by Rashesh Padia
parent e5b4036627
commit 767ab72d2f
2 changed files with 2 additions and 0 deletions

View File

@ -36,3 +36,4 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: "kubernetes/helm"
config: kubernetes/helm/cr.yaml

View File

@ -0,0 +1 @@
release-name-template: "helm-{{ .Name }}-{{ .Version }}"