Fix helm chart releaser multiple charts separate version (#84)

This commit is contained in:
M. Essam
2025-12-17 11:23:52 +01:00
committed by GitHub
parent f1b131be7d
commit c86ef5c530
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,4 +40,4 @@ jobs:
charts_dir: helm
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "helm-v{{ .Version }}"
CR_RELEASE_NAME_TEMPLATE: "helm-{{ .Name }}-v{{ .Version }}"
@@ -1,6 +1,6 @@
{{- if and .Values.ingress.enabled .Values.ingress.kubernetesAPI.enabled }}
{{- if and .Values.enabled .Values.kubernetesAPI.enabled }}
{{- $routerNS := .Release.Namespace }}
{{- if .Values.ingress.namespacedNetworks }}
{{- if .Values.namespacedNetworks }}
{{- $routerNS = "default" }}
{{- end }}
apiVersion: batch/v1