Skip to content

Commit

Permalink
update kube-rbac-proxy image version to support arm64 (#376)
Browse files Browse the repository at this point in the history
* multi-arch supported with `v0.8.0`
* `v0.8.0`, is now based on `gcr.io/distroless/static` and running nonroot

Signed-off-by: Christopher Banck <cbanck@vmware.com>
  • Loading branch information
vchrisb authored Jun 8, 2021
1 parent 96a17cb commit 349606d
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 @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.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 examples/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6528,7 +6528,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down

0 comments on commit 349606d

Please sign in to comment.