Skip to content

Commit

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

atomic = true
Expand Down

0 comments on commit 5e80fac

Please sign in to comment.