From f4a9efea84da11cb02d04e22f4c33431f72eb28a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 20 Apr 2023 11:12:18 +0000 Subject: [PATCH] Update file values.yaml --- authentik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 6bd6e81..ec8d980 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -10,7 +10,7 @@ authentik: securityContext: {} image: - repository: ghcr.io/goauthentik/server + repository: registry.durp.info/goauthentik/server:2023.4.1 pullPolicy: Always ingress: @@ -44,7 +44,7 @@ authentik: timeout: 30 from: "" outposts: - container_image_base: ghcr.io/goauthentik/%(type)s:%(version)s + container_image_base: registry.durp.info/goauthentik/%(type)s:%(version)s error_reporting: enabled: false environment: "k8s"