From 0c1722731a8d510388bf164d32978125659d0bd7 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 18 Jan 2024 17:58:23 +0000 Subject: [PATCH] Update --- services/authentik.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/authentik.hcl b/services/authentik.hcl index bf96214..2c2a303 100644 --- a/services/authentik.hcl +++ b/services/authentik.hcl @@ -114,5 +114,5 @@ variable "secret_key" { variable "authentik_version" { type = string - default = "2023.10.4" + default = "2023.10.6" }