Skip to content

Commit 4bc477a

Browse files
authored
Merge pull request #18222 from minikube-bot/auto_bump_gcp_auth_version
Addon gcp-auth: Update k8s-minikube/gcp-auth-webhook image from v0.1.0 to v0.1.1
2 parents 0fb901c + b84acac commit 4bc477a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy/addons/gcp-auth/gcp-auth-webhook.yaml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ rules:
3131
- list
3232
- get
3333
- create
34+
- delete
3435
- apiGroups:
3536
- admissionregistration.k8s.io
3637
resources:

pkg/minikube/assets/addons.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ var Addons = map[string]*Addon{
616616
"0640"),
617617
}, false, "gcp-auth", "Google", "", "https://minikube.sigs.k8s.io/docs/handbook/addons/gcp-auth/", map[string]string{
618618
"KubeWebhookCertgen": "ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06@sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084",
619-
"GCPAuthWebhook": "k8s-minikube/gcp-auth-webhook:v0.1.0@sha256:d730651bb6584f969d95d8279a754cf9d8d31b5055c43dbdb8d7363a8c6371cf",
619+
"GCPAuthWebhook": "k8s-minikube/gcp-auth-webhook:v0.1.1@sha256:01b0de782aa30e7fc91ac5a91b5cc35e95e9679dee7ef07af06457b471f88f32",
620620
}, map[string]string{
621621
"GCPAuthWebhook": "gcr.io",
622622
"KubeWebhookCertgen": "registry.k8s.io",

0 commit comments

Comments
 (0)