Skip to content

Commit

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

* build: Updated licenses.d2iq.yaml

---------

Co-authored-by: d2iq-mergebot <ci-mergebot@d2iq.com>
  • Loading branch information
mhrabovcin and d2iq-mergebot committed Sep 16, 2024
1 parent 68813c4 commit 089c554
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.4-d2iq
- container_image: docker.io/mesosphere/dex-k8s-authenticator:v1.4.2-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.5-d2iq-defaults
name: dex-k8s-authenticator-1.4.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
---
priorityClassName: "dkp-high-priority"
image:
repository: mesosphere/dex-k8s-authenticator
tag: v1.3.4-d2iq
tag: v1.4.2-d2iq
env:
ENABLE_MULTI_TENANCY: "true"
ingress:
Expand All @@ -21,7 +21,7 @@ data:
hosts:
- ""
dexK8sAuthenticator:
pluginVersion: "v0.1.6"
pluginVersion: "v0.2.1"
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 @@ -21,7 +21,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-staging
namespace: kommander-flux
version: 1.3.2
version: 1.4.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -34,7 +34,7 @@ spec:
releaseName: dex-k8s-authenticator
valuesFrom:
- kind: ConfigMap
name: dex-k8s-authenticator-1.3.5-d2iq-defaults
name: dex-k8s-authenticator-1.4.2-d2iq-defaults
- kind: ConfigMap
name: dex-k8s-authenticator-overrides
optional: true
Expand Down

0 comments on commit 089c554

Please sign in to comment.