mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
Add globaldns system images
This commit is contained in:
committed by
Alena Prokharchyk
parent
856db7f1e1
commit
2c58759d05
@@ -20,6 +20,7 @@ func Mirror(image string) string {
|
||||
image = strings.Replace(image, "alpine/git", "rancher/alpine-git", 1)
|
||||
image = strings.Replace(image, "prom/", "rancher/prom-", 1)
|
||||
image = strings.Replace(image, "quay.io/pires", "rancher", 1)
|
||||
image = strings.Replace(image, "registry.opensource.zalan.do/teapot/external-dns", "rancher/kubernetes-external-dns", 1)
|
||||
|
||||
Mirrors[image] = orig
|
||||
return image
|
||||
|
Reference in New Issue
Block a user