mirror of https://git.rancher.io/rke2-charts
Merge pull request #387 from manuelbuil/fixBugCoreDNS
Fix bug in local-cache when using DualStackpull/390/head
commit
1a976a4419
|
@ -35,7 +35,7 @@
|
||||||
+ {{- .Values.global.clusterDNS }}
|
+ {{- .Values.global.clusterDNS }}
|
||||||
+ {{- else }}
|
+ {{- else }}
|
||||||
+ {{- if gt $dnsCount 1 }}
|
+ {{- if gt $dnsCount 1 }}
|
||||||
+ {{- $dnsIPs._0 }}
|
+ {{- $dnsIPs._0 -}}
|
||||||
+ {{ else }}
|
+ {{ else }}
|
||||||
+ {{- "10.43.0.10" }}
|
+ {{- "10.43.0.10" }}
|
||||||
+ {{- end }}
|
+ {{- end }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/coredns/helm/releases/download/coredns-1.24.0/coredns-1.24.0.tgz
|
url: https://github.com/coredns/helm/releases/download/coredns-1.24.0/coredns-1.24.0.tgz
|
||||||
packageVersion: 07
|
packageVersion: 08
|
||||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue