Merge pull request #10361 from sharifelgamal/gcp-auth-multiarch
upgrade gcp-auth-webhook image to v0.0.4 for multiarchpull/10411/head
commit
0019dd2180
|
@ -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