From 93bf6308fd011e7ac5baa28c4534b2a2275d33ed Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 2 Feb 2021 15:56:57 -0800 Subject: [PATCH] update gcp-auth addon to latest version --- deploy/addons/gcp-auth/gcp-auth-webhook.yaml.tmpl.tmpl | 2 +- pkg/minikube/assets/addons.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/addons/gcp-auth/gcp-auth-webhook.yaml.tmpl.tmpl b/deploy/addons/gcp-auth/gcp-auth-webhook.yaml.tmpl.tmpl index 149a84a7887c..6ab76171efc4 100644 --- a/deploy/addons/gcp-auth/gcp-auth-webhook.yaml.tmpl.tmpl +++ b/deploy/addons/gcp-auth/gcp-auth-webhook.yaml.tmpl.tmpl @@ -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 diff --git a/pkg/minikube/assets/addons.go b/pkg/minikube/assets/addons.go index a0aae9248626..4b4db916ab43 100644 --- a/pkg/minikube/assets/addons.go +++ b/pkg/minikube/assets/addons.go @@ -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", }),