From ec6bc7a048b586323fcc424eb9d345f077451265 Mon Sep 17 00:00:00 2001 From: Deibis Moreno Date: Mon, 13 Apr 2026 22:23:17 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20configuraci=C3=B3n=20inicial=20-=202026-0?= =?UTF-8?q?4-13T22:23:17-04:00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/authentik/authentik-app.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/authentik/authentik-app.yaml b/apps/authentik/authentik-app.yaml index 4a48142..894fc79 100644 --- a/apps/authentik/authentik-app.yaml +++ b/apps/authentik/authentik-app.yaml @@ -7,9 +7,9 @@ spec: project: default sources: # FUENTE A: El Chart oficial (repositorio externo) - - repoURL: 'https://charts.christianhuth.de' # Ajusta a la URL del chart que usas - chart: freshrss - targetRevision: 2.8.11 # Versión específica del chart + - repoURL: 'https://charts.goauthentik.io' # Ajusta a la URL del chart que usas + chart: authentik + targetRevision: 2026.2.2 # Versión específica del chart helm: valueFiles: - $configuracion/apps/authentik/values-authentik.yaml # Ruta exacta en tu Gitea @@ -28,4 +28,4 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true -- 2.45.2