mirror of https://git.rancher.io/rke2-charts
Update dns cache image
The old image did not have iptables binaries in it which are needed Signed-off-by: Manuel Buil <mbuil@suse.com>pull/126/head
parent
b0c52b2eb2
commit
0b61f9ec00
|
@ -96,10 +96,10 @@
|
||||||
+ ipvs: false
|
+ ipvs: false
|
||||||
+ image:
|
+ image:
|
||||||
+ repository: rancher/hardened-dns-node-cache
|
+ repository: rancher/hardened-dns-node-cache
|
||||||
+ tag: "1.20.0-build20210802"
|
+ tag: "1.20.0-build20210803"
|
||||||
+ initimage:
|
+ initimage:
|
||||||
+ repository: rancher/hardened-dns-node-cache
|
+ repository: rancher/hardened-dns-node-cache
|
||||||
+ tag: "1.20.0-build20210802"
|
+ tag: "1.20.0-build20210803"
|
||||||
+
|
+
|
||||||
+global:
|
+global:
|
||||||
+ systemDefaultRegistry: ""
|
+ systemDefaultRegistry: ""
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/coredns/helm/releases/download/coredns-1.16.2/coredns-1.16.2.tgz
|
url: https://github.com/coredns/helm/releases/download/coredns-1.16.2/coredns-1.16.2.tgz
|
||||||
packageVersion: 04
|
packageVersion: 05
|
||||||
# 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