mirror of https://git.rancher.io/rke2-charts
Merge pull request #19 from briandowns/issue-315
update repository names to point to new hardened repositoriespull/20/head
commit
67ac7d9b54
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -7,7 +7,7 @@ podCidr: "10.42.0.0/16"
|
||||||
flannel:
|
flannel:
|
||||||
# kube-flannel image
|
# kube-flannel image
|
||||||
image:
|
image:
|
||||||
repository: rancher/flannel
|
repository: rancher/hardened-flannel
|
||||||
tag: v0.13.0-rancher1-rc1
|
tag: v0.13.0-rancher1-rc1
|
||||||
# The interface used by canal for host <-> host communication.
|
# The interface used by canal for host <-> host communication.
|
||||||
# If left blank, then the interface is chosen using the node's
|
# If left blank, then the interface is chosen using the node's
|
||||||
|
@ -24,15 +24,15 @@ flannel:
|
||||||
calico:
|
calico:
|
||||||
# CNI installation image.
|
# CNI installation image.
|
||||||
cniImage:
|
cniImage:
|
||||||
repository: rancher/calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.13.3
|
tag: v3.13.3
|
||||||
# Canal node image.
|
# Canal node image.
|
||||||
nodeImage:
|
nodeImage:
|
||||||
repository: rancher/calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.13.3
|
tag: v3.13.3
|
||||||
# Flexvol Image.
|
# Flexvol Image.
|
||||||
flexvolImage:
|
flexvolImage:
|
||||||
repository: rancher/calico
|
repository: rancher/hardened-calico
|
||||||
tag: v3.13.3
|
tag: v3.13.3
|
||||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||||
datastoreType: kubernetes
|
datastoreType: kubernetes
|
||||||
|
|
|
@ -325,7 +325,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-coredns/charts-original/values.ya
|
||||||
image:
|
image:
|
||||||
- repository: coredns/coredns
|
- repository: coredns/coredns
|
||||||
- tag: "1.6.9"
|
- tag: "1.6.9"
|
||||||
+ repository: rancher/coredns
|
+ repository: rancher/hardened-coredns
|
||||||
+ tag: "v1.6.9"
|
+ tag: "v1.6.9"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# image for kubeproxy
|
# image for kubeproxy
|
||||||
image:
|
image:
|
||||||
repository: rancher/kube-proxy
|
repository: rancher/hardened-kube-proxy
|
||||||
tag: v1.18.8
|
tag: v1.18.8
|
||||||
|
|
||||||
# The IP address for the proxy server to serve on
|
# The IP address for the proxy server to serve on
|
||||||
|
|
|
@ -45,7 +45,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-metrics-server/charts-original/va
|
||||||
|
|
||||||
image:
|
image:
|
||||||
- repository: k8s.gcr.io/metrics-server-amd64
|
- repository: k8s.gcr.io/metrics-server-amd64
|
||||||
+ repository: rancher/k8s-metrics-server
|
+ repository: rancher/hardened-k8s-metrics-server
|
||||||
tag: v0.3.6
|
tag: v0.3.6
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue