Skip to content

Commit

Permalink
Merge pull request #16577 from spowelljr/updateKubeRegistryProxyImage
Browse files Browse the repository at this point in the history
addons registry: Use multi-arch kube-registry-proxy image
  • Loading branch information
spowelljr authored Jun 7, 2023
2 parents 16cf2aa + 63dea15 commit 7d59ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ var Addons = map[string]*Addon{
"0640"),
}, false, "registry", "minikube", "", "", map[string]string{
"Registry": "registry:2.8.1@sha256:83bb78d7b28f1ac99c68133af32c93e9a1c149bcd3cb6e683a3ee56e312f1c96",
"KubeRegistryProxy": "google_containers/kube-registry-proxy:0.4@sha256:1040f25a5273de0d72c54865a8efd47e3292de9fb8e5353e3fa76736b854f2da",
"KubeRegistryProxy": "k8s-minikube/kube-registry-proxy:0.0.5@sha256:f107ecd58728a2df5f2bb7e087f65f5363d0019b1e1fd476e4ef16065f44abfb",
}, map[string]string{
"KubeRegistryProxy": "gcr.io",
"Registry": "docker.io",
Expand Down

0 comments on commit 7d59ace

Please sign in to comment.