Skip to content

Commit

Permalink
Merge pull request #41 from bosiakov/feature/39-change-registry
Browse files Browse the repository at this point in the history
Get kube-rbac-proxy from quay.io
  • Loading branch information
akyriako authored Nov 16, 2024
2 parents 08706bd + ebd0683 commit cca79b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sleepcycles/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controllerManager:
drop:
- ALL
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: quay.io/brancz/kube-rbac-proxy
tag: v0.13.0
resources:
limits:
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 @@ -15,7 +15,7 @@ spec:
capabilities:
drop:
- "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
image: quay.io/brancz/kube-rbac-proxy
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/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controllerManager:
drop:
- ALL
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: quay.io/brancz/kube-rbac-proxy
tag: v0.13.0
resources:
limits:
Expand Down

0 comments on commit cca79b0

Please sign in to comment.