mirror of https://git.rancher.io/rke2-charts
Bump rke2-coredns images
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/161/head
parent
f83c330d57
commit
c1d93543a9
|
@ -1,5 +1,14 @@
|
||||||
--- charts-original/Chart.yaml
|
--- charts-original/Chart.yaml
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
|
@@ -2,7 +2,7 @@
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- Initial helm chart changelog
|
||||||
|
apiVersion: v2
|
||||||
|
-appVersion: 1.8.4
|
||||||
|
+appVersion: 1.8.5
|
||||||
|
description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS
|
||||||
|
Services
|
||||||
|
home: https://coredns.io
|
||||||
@@ -14,8 +14,8 @@
|
@@ -14,8 +14,8 @@
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: mrueg
|
- name: mrueg
|
||||||
|
@ -10,4 +19,4 @@
|
||||||
- https://github.com/coredns/coredns
|
- https://github.com/coredns/coredns
|
||||||
type: application
|
type: application
|
||||||
-version: 1.16.2
|
-version: 1.16.2
|
||||||
+version: 1.16.201-build20210723
|
+version: 1.16.201-build20211006
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
- repository: coredns/coredns
|
- repository: coredns/coredns
|
||||||
- tag: "1.8.4"
|
- tag: "1.8.4"
|
||||||
+ repository: rancher/hardened-coredns
|
+ repository: rancher/hardened-coredns
|
||||||
+ tag: "v1.8.3-build20210720"
|
+ tag: "v1.8.5-build20211006"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
- repository: k8s.gcr.io/cluster-proportional-autoscaler-amd64
|
- repository: k8s.gcr.io/cluster-proportional-autoscaler-amd64
|
||||||
- tag: "1.8.1"
|
- tag: "1.8.1"
|
||||||
+ repository: rancher/hardened-cluster-autoscaler
|
+ repository: rancher/hardened-cluster-autoscaler
|
||||||
+ tag: "v1.8.3-build20210729"
|
+ tag: "v1.8.5-build20211006"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# Optional priority class to be used for the autoscaler pods. priorityClassName used if not set.
|
# Optional priority class to be used for the autoscaler pods. priorityClassName used if not set.
|
||||||
|
@ -122,10 +122,10 @@
|
||||||
+ ipvs: false
|
+ ipvs: false
|
||||||
+ image:
|
+ image:
|
||||||
+ repository: rancher/hardened-dns-node-cache
|
+ repository: rancher/hardened-dns-node-cache
|
||||||
+ tag: "1.20.0-build20210803"
|
+ tag: "1.21.1-build20211006"
|
||||||
+ initimage:
|
+ initimage:
|
||||||
+ repository: rancher/hardened-dns-node-cache
|
+ repository: rancher/hardened-dns-node-cache
|
||||||
+ tag: "1.20.0-build20210803"
|
+ tag: "1.21.1-build20211006"
|
||||||
+ nodeSelector:
|
+ nodeSelector:
|
||||||
+ kubernetes.io/os: linux
|
+ kubernetes.io/os: linux
|
||||||
+
|
+
|
||||||
|
|
|
@ -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: 08
|
packageVersion: 09
|
||||||
# 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