mirror of https://git.rancher.io/rke2-charts
commit
60a5b2d50c
|
@ -6,7 +6,7 @@ podCidr: "10.42.0.0/16"
|
||||||
|
|
||||||
flannel:
|
flannel:
|
||||||
# kube-flannel image
|
# kube-flannel image
|
||||||
image: ranchertest/flannel
|
image: rancher/flannel
|
||||||
# kube-flannel tag
|
# kube-flannel tag
|
||||||
imageTag: v0.11.0
|
imageTag: v0.11.0
|
||||||
# The interface used by canal for host <-> host communication.
|
# The interface used by canal for host <-> host communication.
|
||||||
|
@ -23,11 +23,11 @@ flannel:
|
||||||
|
|
||||||
calico:
|
calico:
|
||||||
# CNI installation image.
|
# CNI installation image.
|
||||||
cniImage: ranchertest/calico
|
cniImage: rancher/calico
|
||||||
# Canal node image.
|
# Canal node image.
|
||||||
nodeImage: ranchertest/calico
|
nodeImage: rancher/calico
|
||||||
# Flexvol Image.
|
# Flexvol Image.
|
||||||
flexvolImage: ranchertest/calico
|
flexvolImage: rancher/calico
|
||||||
# Image tag used for all related canal images.
|
# Image tag used for all related canal images.
|
||||||
imageTag: v3.13.3
|
imageTag: 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.
|
||||||
|
|
|
@ -295,7 +295,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: ranchertest/coredns
|
+ repository: rancher/coredns
|
||||||
+ tag: "v1.6.9"
|
+ tag: "v1.6.9"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
# image for kubeproxy
|
# image for kubeproxy
|
||||||
image: ranchertest/kube-proxy
|
image: rancher/kube-proxy
|
||||||
|
|
||||||
# image tag for kubeproxy
|
# image tag for kubeproxy
|
||||||
imageTag: v1.18.4
|
imageTag: v1.18.4
|
||||||
|
|
|
@ -18,7 +18,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: ranchertest/k8s-metrics-server
|
+ repository: rancher/k8s-metrics-server
|
||||||
tag: v0.3.6
|
tag: v0.3.6
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue