diff --git a/.archive/auth/manifests/postgre.yaml b/projects/auth/manifests/postgre.yaml similarity index 86% rename from .archive/auth/manifests/postgre.yaml rename to projects/auth/manifests/postgre.yaml index 35ca5035..e156d8a8 100644 --- a/.archive/auth/manifests/postgre.yaml +++ b/projects/auth/manifests/postgre.yaml @@ -14,8 +14,8 @@ spec: backup: barmanObjectStore: - destinationPath: "s3://authentik-db/" - endpointURL: "http://minio.minio.svc.cluster.local:9000" + destinationPath: "s3://authentik-backup/" + endpointURL: "http://s3-minio.s3.svc.cluster.local:9000" s3Credentials: accessKeyId: name: bucket diff --git a/.archive/auth/project.yml b/projects/auth/project.yml similarity index 100% rename from .archive/auth/project.yml rename to projects/auth/project.yml diff --git a/.archive/auth/values/authentik.yaml b/projects/auth/values/authentik.yaml similarity index 99% rename from .archive/auth/values/authentik.yaml rename to projects/auth/values/authentik.yaml index 1c45b48a..8229d4d1 100644 --- a/.archive/auth/values/authentik.yaml +++ b/projects/auth/values/authentik.yaml @@ -19,7 +19,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2023.6.1 + tag: 2023.10.7 ingress: enabled: true