Skip to content

Commit

Permalink
chore: bump dka to 1.3.4 (#2559)
Browse files Browse the repository at this point in the history
* chore: bump dka to 1.3.4

* build: Updated licenses.d2iq.yaml

---------

Co-authored-by: d2iq-mergebot <[email protected]>
  • Loading branch information
mhrabovcin and d2iq-mergebot authored Aug 21, 2024
1 parent b284cf4 commit d766845
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dex-controller
- container_image: docker.io/mesosphere/dex-k8s-authenticator:v1.3.3-d2iq
- container_image: docker.io/mesosphere/dex-k8s-authenticator:v1.3.4-d2iq
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dex-k8s-authenticator-1.3.3-d2iq-defaults
name: dex-k8s-authenticator-1.3.4-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
---
priorityClassName: "dkp-high-priority"
image:
repository: mesosphere/dex-k8s-authenticator
tag: v1.3.3-d2iq
tag: v1.3.4-d2iq
env:
ENABLE_MULTI_TENANCY: "true"
ingress:
Expand All @@ -21,7 +21,7 @@ data:
hosts:
- ""
dexK8sAuthenticator:
pluginVersion: "v0.1.3"
pluginVersion: "v0.1.6"
useClusterHostnameForClusterName: true
listen: http://0.0.0.0:5555
web_path_prefix: /token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
releaseName: dex-k8s-authenticator
valuesFrom:
- kind: ConfigMap
name: dex-k8s-authenticator-1.3.3-d2iq-defaults
name: dex-k8s-authenticator-1.3.4-d2iq-defaults
- kind: ConfigMap
name: dex-k8s-authenticator-overrides
optional: true
Expand Down

0 comments on commit d766845

Please sign in to comment.