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,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