Merge pull request #387 from manuelbuil/fixBugCoreDNS

Fix bug in local-cache when using DualStack
pull/390/head
Manuel Buil 2024-01-03 10:02:42 +01:00 committed by GitHub
commit 1a976a4419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
+ {{- .Values.global.clusterDNS }}
+ {{- else }}
+ {{- if gt $dnsCount 1 }}
+ {{- $dnsIPs._0 }}
+ {{- $dnsIPs._0 -}}
+ {{ else }}
+ {{- "10.43.0.10" }}
+ {{- end }}

View File

@ -1,4 +1,4 @@
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.
releaseCandidateVersion: 00