Skip to content

Commit

Permalink
Merge pull request #125 from manuelbuil/dns_hardened_images
Browse files Browse the repository at this point in the history
Update images to the hardened ones
  • Loading branch information
manuelbuil authored Aug 2, 2021
2 parents 5e1f010 + 0692021 commit b0c52b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/rke2-coredns/generated-changes/patch/values.yaml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
image:
- repository: k8s.gcr.io/cluster-proportional-autoscaler-amd64
- tag: "1.8.1"
+ repository: rancher/mirrored-cluster-proportional-autoscaler
+ tag: "1.8.3"
+ repository: rancher/hardened-cluster-autoscaler
+ tag: "v1.8.3-build20210729"
pullPolicy: IfNotPresent

# Optional priority class to be used for the autoscaler pods. priorityClassName used if not set.
Expand Down Expand Up @@ -95,11 +95,11 @@
+ ip_address: "169.254.20.10"
+ ipvs: false
+ image:
+ repository: rancher/mirrored-k8s-dns-node-cache
+ tag: "1.15.13"
+ repository: rancher/hardened-dns-node-cache
+ tag: "1.20.0-build20210802"
+ initimage:
+ repository: rancher/library-busybox
+ tag: "1.32.1"
+ repository: rancher/hardened-dns-node-cache
+ tag: "1.20.0-build20210802"
+
+global:
+ systemDefaultRegistry: ""
2 changes: 1 addition & 1 deletion packages/rke2-coredns/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/coredns/helm/releases/download/coredns-1.16.2/coredns-1.16.2.tgz
packageVersion: 03
packageVersion: 04
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
releaseCandidateVersion: 00

0 comments on commit b0c52b2

Please sign in to comment.