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

chore: remove deprecated gcr.io/kubebuilder/kube rbac proxy #2941

5 changes: 0 additions & 5 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# license_path: LICENSE
- nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda10.2

resources:

Check failure on line 71 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: cr.fluentbit.io/fluent/fluent-bit:2.2.3
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -351,11 +351,6 @@
- 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
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/brancz/kube-rbac-proxy
- container_image: quay.io/brancz/kube-rbac-proxy:v0.14.0
sources:
- license_path: LICENSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dex-2.13.11-d2iq-defaults
name: dex-2.13.12-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down 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.14.2
pullPolicy: Always
resources: {}
manager:
dexConfigSecretName: dex
dexDeploymentName: dex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ spec:
releaseName: dex
valuesFrom:
- kind: ConfigMap
name: dex-2.13.11-d2iq-defaults
name: dex-2.13.12-d2iq-defaults
targetNamespace: ${releaseNamespace}
Loading