From 303d9ff56a50407461c0538f83e4de684d48ed3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:17:54 +0000 Subject: [PATCH] Update Terraform authentik to v2024.8.0 --- .../operations/security/authentik/configuration/main.tf | 2 +- cluster-home/operations/security/authentik/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster-home/operations/security/authentik/configuration/main.tf b/cluster-home/operations/security/authentik/configuration/main.tf index b4589dba7..b4e8feb6f 100644 --- a/cluster-home/operations/security/authentik/configuration/main.tf +++ b/cluster-home/operations/security/authentik/configuration/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { authentik = { source = "goauthentik/authentik" - version = "2024.6.1" + version = "2024.8.0" } sops = { source = "carlpett/sops" diff --git a/cluster-home/operations/security/authentik/helmrelease.yaml b/cluster-home/operations/security/authentik/helmrelease.yaml index 90f7a4001..7aa339776 100644 --- a/cluster-home/operations/security/authentik/helmrelease.yaml +++ b/cluster-home/operations/security/authentik/helmrelease.yaml @@ -25,7 +25,7 @@ spec: spec: # renovate: registryUrl=https://charts.goauthentik.io chart: authentik - version: 2024.6.4 + version: 2024.8.0 sourceRef: kind: HelmRepository name: authentik