Merge pull request #7 from briandowns/update_image_location

update image repository
pull/8/head
Brian Downs 2020-08-17 14:01:56 -07:00 committed by GitHub
commit 60a5b2d50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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