Skip to content

Commit

Permalink
chore(deps): update helm release dex to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 2eb7f86 commit 656d09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/modules/dex/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "dex" {
chart = "dex"
name = "dex"
repository = "https://charts.dexidp.io"
version = "0.15.3"
version = "0.17.0"
namespace = "ops-dex"

atomic = true
Expand Down

0 comments on commit 656d09f

Please sign in to comment.