mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Fix helm chart releaser multiple charts separate version (#84)
This commit is contained in:
@@ -40,4 +40,4 @@ jobs:
|
|||||||
charts_dir: helm
|
charts_dir: helm
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
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 }}
|
{{- $routerNS := .Release.Namespace }}
|
||||||
{{- if .Values.ingress.namespacedNetworks }}
|
{{- if .Values.namespacedNetworks }}
|
||||||
{{- $routerNS = "default" }}
|
{{- $routerNS = "default" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user