Skip to content

Commit

Permalink
Update default dex app version to latest (helm#17117)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jennings <jordanjennings@users.noreply.github.com>
  • Loading branch information
jordanjennings authored and kengou committed Sep 18, 2019
1 parent c98104b commit 47ef538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: dex
version: 2.3.0
appVersion: 2.18.0
version: 2.3.1
appVersion: 2.19.0
description: CoreOS Dex
keywords:
- dex
Expand Down
2 changes: 1 addition & 1 deletion stable/dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# name: value

image: quay.io/dexidp/dex
imageTag: "v2.18.0"
imageTag: "v2.19.0"
imagePullPolicy: "IfNotPresent"

inMiniKube: false
Expand Down

0 comments on commit 47ef538

Please sign in to comment.