Revert default authentik tag to 2025.6.3 since .4 is causing some issues

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