Skip to content

Commit

Permalink
Merge pull request #18222 from minikube-bot/auto_bump_gcp_auth_version
Browse files Browse the repository at this point in the history
Addon gcp-auth: Update k8s-minikube/gcp-auth-webhook image from v0.1.0 to v0.1.1
  • Loading branch information
spowelljr authored Feb 26, 2024
2 parents 0fb901c + b84acac commit 4bc477a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/addons/gcp-auth/gcp-auth-webhook.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ rules:
- list
- get
- create
- delete
- apiGroups:
- admissionregistration.k8s.io
resources:
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 @@ -616,7 +616,7 @@ var Addons = map[string]*Addon{
"0640"),
}, false, "gcp-auth", "Google", "", "https://minikube.sigs.k8s.io/docs/handbook/addons/gcp-auth/", map[string]string{
"KubeWebhookCertgen": "ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06@sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084",
"GCPAuthWebhook": "k8s-minikube/gcp-auth-webhook:v0.1.0@sha256:d730651bb6584f969d95d8279a754cf9d8d31b5055c43dbdb8d7363a8c6371cf",
"GCPAuthWebhook": "k8s-minikube/gcp-auth-webhook:v0.1.1@sha256:01b0de782aa30e7fc91ac5a91b5cc35e95e9679dee7ef07af06457b471f88f32",
}, map[string]string{
"GCPAuthWebhook": "gcr.io",
"KubeWebhookCertgen": "registry.k8s.io",
Expand Down

0 comments on commit 4bc477a

Please sign in to comment.