From 881beabfcadd10cefbbf329530360d67be121157 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 11 Jan 2022 14:40:39 +0100
Subject: [PATCH] use *stable* source for SSO helm chart

---
 flux2/core/base/sources/single-sign-on.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flux2/core/base/sources/single-sign-on.yaml b/flux2/core/base/sources/single-sign-on.yaml
index 8808e2248..f9d499d24 100644
--- a/flux2/core/base/sources/single-sign-on.yaml
+++ b/flux2/core/base/sources/single-sign-on.yaml
@@ -8,4 +8,4 @@ spec:
   # The interval at which to check the upstream for updates
   interval: 1h
   # The repository URL, can be a HTTP/S or SSH address
-  url: https://open.greenhost.net/api/v4/projects/8/packages/helm/unstable
+  url: https://open.greenhost.net/api/v4/projects/8/packages/helm/stable
-- 
GitLab