Skip to content

Commit

Permalink
Merge pull request #10361 from sharifelgamal/gcp-auth-multiarch
Browse files Browse the repository at this point in the history
upgrade gcp-auth-webhook image to v0.0.4 for multiarch
  • Loading branch information
medyagh committed Feb 8, 2021
2 parents e2f3a9f + 6fb41b7 commit 0019dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/addons/gcp-auth/gcp-auth-webhook.yaml.tmpl.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}),
Expand Down

0 comments on commit 0019dd2

Please sign in to comment.