Skip to content

Commit 8c096cc

Browse files
committed
fix depricated image in helm addon
1 parent a622f50 commit 8c096cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/minikube/assets/addons.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ var Addons = map[string]*Addon{
469469
}, false, "helm-tiller", "", map[string]string{
470470
"Tiller": "helm/tiller:v2.16.12@sha256:6003775d503546087266eda39418d221f9afb5ccfe35f637c32a1161619a3f9c",
471471
}, map[string]string{
472+
// GCR is deprecated in helm
473+
// https://github.com/helm/helm/issues/10004#issuecomment-894478908
472474
"Tiller": "ghcr.io",
473475
}),
474476
"ingress-dns": NewAddon([]*BinAsset{

0 commit comments

Comments
 (0)