update gcp-auth addon to latest version

pull/10361/head
Sharif Elgamal 2021-02-02 15:56:57 -08:00
parent 446e0f0946
commit 93bf6308fd
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ rules:
- update
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: minikube-gcp-auth-certs

View File

@ -486,7 +486,7 @@ var Addons = map[string]*Addon{
"0640"),
}, false, "gcp-auth", map[string]string{
"KubeWebhookCertgen": "jettech/kube-webhook-certgen:v1.3.0",
"GCPAuthWebhook": "k8s-minikube/gcp-auth-webhook:v0.0.3",
"GCPAuthWebhook": "k8s-minikube/gcp-auth-webhook:v0.0.4",
}, map[string]string{
"GCPAuthWebhook": "gcr.io",
}),