mirror of https://git.rancher.io/rke2-charts
parent
ffc2594018
commit
f525894f98
|
@ -6,9 +6,9 @@
|
|||
# address.
|
||||
- enable-ipv6: {{ .Values.ipv6.enabled | quote }}
|
||||
+{{- if coalesce .Values.global.clusterCIDRv6 .Values.ipv6.enabled }}
|
||||
+ enable-ipv6: true
|
||||
+ enable-ipv6: "true"
|
||||
+{{ else }}
|
||||
+ enable-ipv6: false
|
||||
+ enable-ipv6: "false"
|
||||
+{{- end }}
|
||||
|
||||
{{- if .Values.cleanState }}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://helm.cilium.io/cilium-1.11.2.tgz
|
||||
packageVersion: 02
|
||||
packageVersion: 03
|
||||
|
|
Loading…
Reference in New Issue