Skip to content

Commit

Permalink
feat: bump kube-oidc-proxy to 1.0.7 (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Oct 21, 2024
1 parent b6b4be6 commit 0f4f5fe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/cert-manager/cert-manager
- container_image: ghcr.io/mesosphere/dkp-container-images/kube-oidc-proxy:1.0.6
- container_image: ghcr.io/mesosphere/dkp-container-images/kube-oidc-proxy:1.0.7
sources:
- license_path: LICENSE
ref: v${image_tag}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-oidc-proxy-0.3.4-d2iq-defaults
name: kube-oidc-proxy-0.3.5-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
---
# See: https://github.com/mesosphere/dkp-container-images/tree/main/kube-oidc-proxy
image:
repository: ghcr.io/mesosphere/dkp-container-images/kube-oidc-proxy
tag: 1.0.6
tag: 1.0.7
priorityClassName: "dkp-critical-priority"
deploymentAnnotations:
# Config changes and certificate rotation by cert-manager need a reload
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ spec:
releaseName: kube-oidc-proxy
valuesFrom:
- kind: ConfigMap
name: kube-oidc-proxy-0.3.4-d2iq-defaults
name: kube-oidc-proxy-0.3.5-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 0f4f5fe

Please sign in to comment.