Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/peerpod-ctrl/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
# Set to false to expose metrics without authentication (not recommended for production)
authProxy:
enabled: true
image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.14.0
image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.16.0

# Additional labels merged into the peerpod-ctrl controller-manager pod template.
# For example, opt into webhook injection via
Expand Down
2 changes: 1 addition & 1 deletion src/webhook/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ webhook:
# Set to false to expose metrics without authentication (not recommended for production)
authProxy:
enabled: true
image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.14.0
image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.16.0
resources:
limits:
cpu: 500m
Expand Down