Upgrade authentik
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user