Skip to content

Commit

Permalink
[PSA-2298] bump kube-rbac-proxy to 0.18.1 (#909)
Browse files Browse the repository at this point in the history
* bump kube-rbac-proxy to 0.18.1
* update registry to quay.io/brancz/kube-rbac-proxy
  • Loading branch information
mcollao-hc committed Sep 10, 2024
1 parent 649d7cf commit e5f69a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.0.0-dev
KUBE_RBAC_PROXY_VERSION = v0.15.0
KUBE_RBAC_PROXY_VERSION = v0.18.1

GO_VERSION = $(shell cat .go-version)

Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ controller:
# Image sets the repo and tag of the kube-rbac-proxy image to use for the controller.
image:
pullPolicy: IfNotPresent
repository: gcr.io/kubebuilder/kube-rbac-proxy
tag: v0.15.0
repository: quay.io/brancz/kube-rbac-proxy
tag: v0.18.1

# Configures the default resources for the kube rbac proxy container.
# For more information on configuring resources, see the K8s documentation:
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 @@ -19,7 +19,7 @@ spec:
# capabilities:
# drop:
# - "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit e5f69a8

Please sign in to comment.