Skip to content

Commit

Permalink
fix: bump dex-controller v0.15.1 (#2544)
Browse files Browse the repository at this point in the history
* fix: bump dex-controller v0.15.1

* chore: bump dex-controller version
  • Loading branch information
SandhyaRavi2403 authored Aug 16, 2024
1 parent 99b1dc9 commit 20ca712
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 @@ -134,7 +134,7 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kommander-auditing-pipeline
- container_image: docker.io/mesosphere/dex-controller:v0.15.0
- container_image: docker.io/mesosphere/dex-controller:v0.15.1
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dex-controller
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.12-d2iq-defaults
name: dex-2.13.13-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: 2.13.12
version: 2.13.13
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: dex
valuesFrom:
- kind: ConfigMap
name: dex-2.13.12-d2iq-defaults
name: dex-2.13.13-d2iq-defaults
- kind: ConfigMap
name: dex-overrides
optional: true
Expand Down
File renamed without changes.

0 comments on commit 20ca712

Please sign in to comment.