diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index ab2b888..59a9960 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -67,7 +67,7 @@ spec: secretKeyRef: key: authentik_host_insecure name: authentik-outpost-api - image: ghcr.io/goauthentik/proxy + image: ghcr.io/goauthentik/proxy:2024.8.1 name: proxy ports: - containerPort: 9000 diff --git a/traefik/values.yaml b/traefik/values.yaml index e4e48c6..92575cf 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -44,3 +44,7 @@ ingressRoute: namespace: authentik tls: secretName: traefik-tls-key + +logs: + general: + level: DEBUG