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: bump dex-k8s-authenticator to 1.4.5 (2.12) #3054

Merged
merged 2 commits into from
Jan 30, 2025
Merged
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
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dex-controller
- container_image: docker.io/mesosphere/dex-k8s-authenticator:v1.4.4-d2iq
- container_image: docker.io/mesosphere/dex-k8s-authenticator:v1.4.5-d2iq
sources:
- license_path: LICENSE
ref: ${image_tag}
@@ -583,7 +583,7 @@ resources:
- container_image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20221220-controller-v1.5.1-58-g787ea74b6
sources:
- url: https://github.com/kubernetes/ingress-nginx
ref: controller-v1.5.2
ref: controller-v1.5.1
license_path: LICENSE
directory: /images/kube-webhook-certgen/rootfs
- container_image: ghcr.io/mesosphere/dkp-container-images/docker.io/bitnami/postgres-exporter:0.12.0-debian-11-r77-d2iq.0
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dex-k8s-authenticator-1.4.4-d2iq-defaults
name: dex-k8s-authenticator-1.4.5-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
---
priorityClassName: "dkp-high-priority"
image:
repository: mesosphere/dex-k8s-authenticator
tag: v1.4.4-d2iq
tag: v1.4.5-d2iq
env:
ENABLE_MULTI_TENANCY: "true"
ingress:
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ spec:
releaseName: dex-k8s-authenticator
valuesFrom:
- kind: ConfigMap
name: dex-k8s-authenticator-1.4.4-d2iq-defaults
name: dex-k8s-authenticator-1.4.5-d2iq-defaults
- kind: ConfigMap
name: dex-k8s-authenticator-overrides
optional: true