Skip to content

Commit

Permalink
Merge pull request #171 from stuggi/fix_rbac_proxy_img
Browse files Browse the repository at this point in the history
use upstream kube-rbac-proxy instead of downstream
  • Loading branch information
openshift-merge-robot authored Sep 4, 2023
2 parents 6a440f1 + baa2811 commit 35a75e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
# capabilities:
# drop:
# - "ALL"
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.11
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down
2 changes: 1 addition & 1 deletion config/samples/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.11
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down

0 comments on commit 35a75e3

Please sign in to comment.