Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: kube-rbac-proxy version bump #2744

Merged
merged 9 commits into from
Oct 21, 2024
15 changes: 0 additions & 15 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,21 +298,11 @@ resources:
- license_path: LICENSE
ref: knative-${image_tag}
url: https://github.com/knative/serving
- container_image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/brancz/kube-rbac-proxy
- container_image: quay.io/brancz/kube-rbac-proxy:v0.18.1
mhrabovcin marked this conversation as resolved.
Show resolved Hide resolved
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/brancz/kube-rbac-proxy
- container_image: quay.io/brancz/kube-rbac-proxy:v0.18.0
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/brancz/kube-rbac-proxy
- container_image: ghcr.io/fluxcd/helm-controller:v0.37.4
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -394,11 +384,6 @@ resources:
- license_path: LICENSE
ref: ${image_tag%-ubuntu22.04}
url: https://github.com/NVIDIA/dcgm-exporter
- container_image: quay.io/brancz/kube-rbac-proxy:v0.14.2
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/brancz/kube-rbac-proxy
- container_image: ghcr.io/mesosphere/dkp-container-images/ceph/ceph:v18.2.2
sources:
- license_path: COPYING
Expand Down
6 changes: 6 additions & 0 deletions services/dex/2.14.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ data:
dex-controller:
priorityClassName: "dkp-critical-priority"
controller:
proxy:
image:
repository: quay.io/brancz/kube-rbac-proxy
tag: v0.18.1
pullPolicy: IfNotPresent
resources: {}
manager:
dexConfigSecretName: dex
dexDeploymentName: dex
Expand Down
2 changes: 0 additions & 2 deletions services/kube-prometheus-stack/63.0.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,6 @@ data:
prometheus.kommander.d2iq.io/select: "true"
prometheus-node-exporter:
priorityClassName: "dkp-critical-priority"
kubeRBACProxy:
enabled: true
prometheus:
monitor:
scheme: https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
mountPath: /etc/kube-rbac-proxy/etcd
containers:
- name: kube-rbac-proxy
image: quay.io/brancz/kube-rbac-proxy:v0.14.2
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--tls-cert-file=/etc/kube-rbac-proxy/tls/tls.crt"
Expand Down
Loading