Upgrade authentik

This commit is contained in:
2025-08-14 13:17:23 +00:00
parent f82995fd56
commit 8b0a1a8e4b
@@ -1,12 +1,12 @@
variable "image_tag" {
description = "The tag for the authentik container image. Default: 2025.6.3"
description = "The tag for the authentik container image. Default: 2025.6.4"
type = string
default = "2025.6.3"
default = "2025.6.4"
}
variable "redis_image_tag" {
description = "The tag for the redis container image. Default: 2025.6.3"
description = "The tag for the redis container image. Default: alpine"
type = string
default = "alpine"
}