Skip to content

Commit

Permalink
Merge pull request #12377 from medyagh/helm-fix
Browse files Browse the repository at this point in the history
fix deprecated image in helm addon
  • Loading branch information
medyagh authored Aug 31, 2021
2 parents 4f005bd + 8c096cc commit 769ee32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,11 @@ 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",
// GCR is deprecated in helm
// https://github.com/helm/helm/issues/10004#issuecomment-894478908
"Tiller": "ghcr.io",
}),
"ingress-dns": NewAddon([]*BinAsset{
MustBinAsset(addons.IngressDNSAssets,
Expand Down

0 comments on commit 769ee32

Please sign in to comment.