Try to force a helm chart because argo things its git

This commit is contained in:
j 2025-08-14 01:03:22 +10:00
parent 7906eb3817
commit 569e300b61

View file

@ -10,6 +10,7 @@ spec:
repoURL: "https://charts.goauthentik.io/" repoURL: "https://charts.goauthentik.io/"
chart: "authentik" chart: "authentik"
targetRevision: "2025.6.4" targetRevision: "2025.6.4"
type: "helm"
helm: helm:
releaseName: "authentik" releaseName: "authentik"
values: | values: |
@ -23,7 +24,6 @@ spec:
- secretName: wildcard-hxme-net - secretName: wildcard-hxme-net
hosts: hosts:
- auth.hxme.net - auth.hxme.net
valueFiles: []
valuesFrom: valuesFrom:
- kind: Secret - kind: Secret
name: authentik-values name: authentik-values
@ -36,3 +36,4 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true