Skip to content

Commit

Permalink
Merge pull request #1701 from sathieu/patch-2
Browse files Browse the repository at this point in the history
🌱 chore(deps): bump kube-rbac-proxy to v0.16.0
  • Loading branch information
metal3-io-bot authored May 3, 2024
2 parents ace6873 + 04ba025 commit 3b05103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/base/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8085/"
Expand Down
2 changes: 1 addition & 1 deletion config/render/capm3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@ spec:
- --upstream=http://127.0.0.1:8085/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down

0 comments on commit 3b05103

Please sign in to comment.