Skip to content

Commit

Permalink
bump kube-rbac-proxy to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Feb 27, 2024
1 parent b77f723 commit eea7390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k6-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ authProxy:
# authProxy.image.repository -- rbac-proxy image repository
repository: kubebuilder/kube-rbac-proxy
# authProxy.image.tag -- rbac-proxy image tag
tag: v0.8.0
tag: v0.15.0
# authProxy.image.pullPolicy -- pull policy for the image can be Always, Never, IfNotPresent (default: IfNotPresent)
pullPolicy: IfNotPresent
# authProxy.resources -- rbac-proxy resource limitation/request
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 @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit eea7390

Please sign in to comment.