Skip to content

Commit

Permalink
chore(deps): update helm release dex to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 2eb7f86 commit 583aad4
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.18.0"
namespace = "ops-dex"

atomic = true
Expand Down

0 comments on commit 583aad4

Please sign in to comment.