fix depricated image in helm addon

pull/12377/head
Medya Gh 2021-08-30 16:42:44 -07:00
parent 84b1ea84f5
commit a622f50c5d
1 changed files with 2 additions and 2 deletions

View File

@ -467,9 +467,9 @@ var Addons = map[string]*Addon{
"helm-tiller-svc.yaml",
"0640"),
}, false, "helm-tiller", "", map[string]string{
"Tiller": "kubernetes-helm/tiller:v2.16.12@sha256:6003775d503546087266eda39418d221f9afb5ccfe35f637c32a1161619a3f9c",
"Tiller": "helm/tiller:v2.16.12@sha256:6003775d503546087266eda39418d221f9afb5ccfe35f637c32a1161619a3f9c",
}, map[string]string{
"Tiller": "gcr.io",
"Tiller": "ghcr.io",
}),
"ingress-dns": NewAddon([]*BinAsset{
MustBinAsset(addons.IngressDNSAssets,