Skip to content

Commit

Permalink
use upstream kube-rbac-proxy from quay.io (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Mewes <[email protected]>
  • Loading branch information
kubermatic-bot and xrstf authored Sep 30, 2024
1 parent 50ad2d0 commit 1d4d093
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kubelb-ccm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --v=0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
image: quay.io/brancz/kube-rbac-proxy:v0.16.0
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: kube-rbac-proxy
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubelb-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --v=0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
image: quay.io/brancz/kube-rbac-proxy:v0.16.0
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: kube-rbac-proxy
ports:
Expand Down
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 @@ -31,7 +31,7 @@ spec:
capabilities:
drop:
- "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
image: quay.io/brancz/kube-rbac-proxy:v0.16.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 1d4d093

Please sign in to comment.