Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 1f3351d

Browse files
chore(deps): update helm release dex to v0.17.1
1 parent 2eb7f86 commit 1f3351d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/modules/dex/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "helm_release" "dex" {
22
chart = "dex"
33
name = "dex"
44
repository = "https://charts.dexidp.io"
5-
version = "0.15.3"
5+
version = "0.17.1"
66
namespace = "ops-dex"
77

88
atomic = true

0 commit comments

Comments
 (0)