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 bump to 0.18.1 #2703

Closed
wants to merge 11 commits into from
8 changes: 4 additions & 4 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- ghcr.io/mesosphere/dkp-container-images/docker.io/mesosphere/grafana-plugins:v0.0.1-d2iq.0
- docker.io/mesosphere/trivy-bundles:0.53.0-20240726T101319Z

resources:

Check failure on line 5 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0"

Check failure on line 5 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "quay.io/brancz/kube-rbac-proxy:v0.18.0"
- container_image: ghcr.io/mesosphere/dkp-container-images/cr.fluentbit.io/fluent/fluent-bit:2.2.3-d2iq.0
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -319,17 +319,17 @@
- license_path: LICENSE
ref: knative-v1.10.0
url: https://github.com/knative/serving
- container_image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
- container_image: quay.io/brancz/kube-rbac-proxy:v0.18.1
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/brancz/kube-rbac-proxy
- container_image: docker.io/kubebuilder/kube-rbac-proxy:v0.16.0
- container_image: quay.io/brancz/kube-rbac-proxy:v0.18.1
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
- container_image: quay.io/brancz/kube-rbac-proxy:v0.18.1
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down Expand Up @@ -415,7 +415,7 @@
- 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
- container_image: quay.io/brancz/kube-rbac-proxy:v0.18.1
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
9 changes: 9 additions & 0 deletions services/dex/2.14.0/dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ spec:
name: dex-overrides
optional: true
targetNamespace: ${releaseNamespace}
values:
kubeRBACProxy:
enabled: false
image:
registry: quay.io
repository: brancz/kube-rbac-proxy
tag: v0.18.1
sha: ""
pullPolicy: IfNotPresent
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: kubebuilder/kube-rbac-proxy:v0.16.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ spec:
- kind: ConfigMap
name: kommander-appmanagement-overrides
optional: true
values:
kubeRBACProxy:
enabled: false
image:
registry: quay.io
repository: brancz/kube-rbac-proxy
tag: v0.18.1
sha: ""
pullPolicy: IfNotPresent
9 changes: 9 additions & 0 deletions services/kommander/0.13.0/kommander.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ spec:
- kind: ConfigMap
name: kommander-overrides
optional: true
values:
kubeRBACProxy:
enabled: false
image:
registry: quay.io
repository: brancz/kube-rbac-proxy
tag: v0.18.1
sha: ""
pullPolicy: IfNotPresent
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
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ data:
# https://github.com/mesosphere/charts/tree/master/staging/kube-prometheus-stack/charts
# Then, check https://artifacthub.io/packages/helm/grafana/grafana/ for app version
version: "11.0.0"
values:
kubeRBACProxy:
enabled: false
image:
registry: quay.io
repository: brancz/kube-rbac-proxy
tag: v0.18.1
sha: ""
pullPolicy: IfNotPresent
Loading