mirror of https://git.rancher.io/rke2-charts
commit
60a5b2d50c
|
@ -6,7 +6,7 @@ podCidr: "10.42.0.0/16"
|
|||
|
||||
flannel:
|
||||
# kube-flannel image
|
||||
image: ranchertest/flannel
|
||||
image: rancher/flannel
|
||||
# kube-flannel tag
|
||||
imageTag: v0.11.0
|
||||
# The interface used by canal for host <-> host communication.
|
||||
|
@ -23,11 +23,11 @@ flannel:
|
|||
|
||||
calico:
|
||||
# CNI installation image.
|
||||
cniImage: ranchertest/calico
|
||||
cniImage: rancher/calico
|
||||
# Canal node image.
|
||||
nodeImage: ranchertest/calico
|
||||
nodeImage: rancher/calico
|
||||
# Flexvol Image.
|
||||
flexvolImage: ranchertest/calico
|
||||
flexvolImage: rancher/calico
|
||||
# Image tag used for all related canal images.
|
||||
imageTag: v3.13.3
|
||||
# Datastore type for canal. It can be either kuberentes or etcd.
|
||||
|
|
|
@ -295,7 +295,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-coredns/charts-original/values.ya
|
|||
image:
|
||||
- repository: coredns/coredns
|
||||
- tag: "1.6.9"
|
||||
+ repository: ranchertest/coredns
|
||||
+ repository: rancher/coredns
|
||||
+ tag: "v1.6.9"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
# image for kubeproxy
|
||||
image: ranchertest/kube-proxy
|
||||
image: rancher/kube-proxy
|
||||
|
||||
# image tag for kubeproxy
|
||||
imageTag: v1.18.4
|
||||
|
|
|
@ -18,7 +18,7 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rke2-metrics-server/charts-original/va
|
|||
|
||||
image:
|
||||
- repository: k8s.gcr.io/metrics-server-amd64
|
||||
+ repository: ranchertest/k8s-metrics-server
|
||||
+ repository: rancher/k8s-metrics-server
|
||||
tag: v0.3.6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
Loading…
Reference in New Issue