From 6ead744a2fabfe40b857e570cf889be14df797bc Mon Sep 17 00:00:00 2001 From: Deibis Moreno Date: Wed, 15 Apr 2026 01:46:30 +0000 Subject: [PATCH] Actualizar apps/authentik/authentik-app.yaml --- apps/authentik/authentik-app.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/authentik/authentik-app.yaml b/apps/authentik/authentik-app.yaml index 281e07e..37785a0 100644 --- a/apps/authentik/authentik-app.yaml +++ b/apps/authentik/authentik-app.yaml @@ -6,19 +6,20 @@ metadata: spec: project: default sources: + + # FUENTE B: Tu repositorio de Gitea (tu fuente de la verdad) + - repoURL: 'https://gitea.mitac.duckdns.org/deimo72/Authentik.git' + targetRevision: main + ref: configuracion ## Define la variable $configuracion + # FUENTE A: El Chart oficial (repositorio externo) - repoURL: 'https://charts.goauthentik.io' # Ajusta a la URL del chart que usas - chart: goauthentik + 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 - # FUENTE B: Tu repositorio de Gitea (tu fuente de la verdad) - - repoURL: 'https://gitea.mitac.duckdns.org/deimo72/Authentik.git' - targetRevision: main - ref: configuracion # Este nombre se usa como prefijo arriba ($configuracion) - destination: server: 'https://kubernetes.default.svc' namespace: authentik