From 16afb6c4880c431a5cdd55e8eb57118dda9d21b6 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Thu, 28 Dec 2023 00:14:39 +0100 Subject: [PATCH] fix: helm chart datasource url --- authentik/chart-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/chart-source.yaml b/authentik/chart-source.yaml index 1839c56..ea96c61 100644 --- a/authentik/chart-source.yaml +++ b/authentik/chart-source.yaml @@ -5,4 +5,4 @@ metadata: namespace: flux-system spec: interval: 1m - url: https://charts.goauthentik.io/authentik \ No newline at end of file + url: https://charts.goauthentik.io/ \ No newline at end of file