Skip to content

Commit a622f50

Browse files
committed
fix depricated image in helm addon
1 parent 84b1ea8 commit a622f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/minikube/assets/addons.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,9 @@ var Addons = map[string]*Addon{
467467
"helm-tiller-svc.yaml",
468468
"0640"),
469469
}, false, "helm-tiller", "", map[string]string{
470-
"Tiller": "kubernetes-helm/tiller:v2.16.12@sha256:6003775d503546087266eda39418d221f9afb5ccfe35f637c32a1161619a3f9c",
470+
"Tiller": "helm/tiller:v2.16.12@sha256:6003775d503546087266eda39418d221f9afb5ccfe35f637c32a1161619a3f9c",
471471
}, map[string]string{
472-
"Tiller": "gcr.io",
472+
"Tiller": "ghcr.io",
473473
}),
474474
"ingress-dns": NewAddon([]*BinAsset{
475475
MustBinAsset(addons.IngressDNSAssets,

0 commit comments

Comments
 (0)