Skip to content

Commit

Permalink
feat(security-apps): update dex chart to 0.18.0 (#1265)
Browse files Browse the repository at this point in the history
This updates dex to version v2.40.0
  • Loading branch information
tongpu authored Jun 10, 2024
1 parent 7f29f9f commit 721b649
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions charts/security-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: security-apps
description: Argo CD app-of-apps config for security applications
type: application
version: 0.84.0
version: 0.85.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,8 +17,8 @@ dependencies:
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: security
description: "stackrox-central and stackrox-secured-cluster-services: Update 400.2.2 to 400.3.4"
- kind: changed
description: "dex: update to 0.18.0"
links:
- name: Changelog
url: https://github.com/stackrox/stackrox/blob/master/CHANGELOG.md#430
- name: dex v2.40.0 release
url: https://github.com/dexidp/dex/releases/tag/v2.40.0
4 changes: 2 additions & 2 deletions charts/security-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/security-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dex:
# -- Chart
chart: "dex"
# -- [dex Helm chart](https://github.com/dexidp/helm-charts/tree/master/charts/dex/) version
targetRevision: "0.14.2"
targetRevision: "0.18.0"
# -- Helm values
# @default -- [upstream values](https://github.com/dexidp/helm-charts/tree/master/charts/dex/values.yaml)
values: {}
Expand Down

0 comments on commit 721b649

Please sign in to comment.