update gcp-auth addon to latest version
parent
446e0f0946
commit
93bf6308fd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue