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
Manuel Buil 2021-08-03 19:24:08 +02:00
parent b0c52b2eb2
commit 0b61f9ec00
2 changed files with 3 additions and 3 deletions

View File

@ -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: ""

View File

@ -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