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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
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
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 "docker.io/kubebuilder/kube-rbac-proxy:v0.18.1"

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 "docker.io/kubebuilder/kube-rbac-proxy:v0.18.1"

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"
- 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.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.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
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: kubebuilder/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 @@ -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