Merge pull request #10361 from sharifelgamal/gcp-auth-multiarch

upgrade gcp-auth-webhook image to v0.0.4 for multiarch
pull/10411/head
Medya Ghazizadeh 2021-02-08 13:10:02 -08:00 committed by GitHub
commit 0019dd2180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
}),