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:
|
||||
# kube-flannel image
|
||||
image:
|
||||
repository: rancher/flannel
|
||||
repository: rancher/hardened-flannel
|
||||
tag: v0.13.0-rancher1-rc1
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosen using the node's
|
||||
|
@ -24,15 +24,15 @@ flannel:
|
|||
calico:
|
||||
# CNI installation image.
|
||||
cniImage:
|
||||
repository: rancher/calico
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.13.3
|
||||
# Canal node image.
|
||||
nodeImage:
|
||||
repository: rancher/calico
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.13.3
|
||||
# Flexvol Image.
|
||||
flexvolImage:
|
||||
repository: rancher/calico
|
||||
repository: rancher/hardened-calico
|
||||
tag: v3.13.3
|
||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||
datastoreType: kubernetes
|
||||
|
|
|
@ -325,7 +325,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-coredns/charts-original/values.ya
|
|||
image:
|
||||
- repository: coredns/coredns
|
||||
- tag: "1.6.9"
|
||||
+ repository: rancher/coredns
|
||||
+ repository: rancher/hardened-coredns
|
||||
+ tag: "v1.6.9"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# image for kubeproxy
|
||||
image:
|
||||
repository: rancher/kube-proxy
|
||||
repository: rancher/hardened-kube-proxy
|
||||
tag: v1.18.8
|
||||
|
||||
# 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:
|
||||
- repository: k8s.gcr.io/metrics-server-amd64
|
||||
+ repository: rancher/k8s-metrics-server
|
||||
+ repository: rancher/hardened-k8s-metrics-server
|
||||
tag: v0.3.6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
Loading…
Reference in New Issue