From 1d10fc7cc3e299011277fae1fd48bf39ced6a58f Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 22 Dec 2021 14:56:44 +0100 Subject: [PATCH] upgrade to sso 0.6.0 stable --- flux2/core/base/sources/single-sign-on.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flux2/core/base/sources/single-sign-on.yaml b/flux2/core/base/sources/single-sign-on.yaml index dfe7c3313..f9d499d24 100644 --- a/flux2/core/base/sources/single-sign-on.yaml +++ b/flux2/core/base/sources/single-sign-on.yaml @@ -8,5 +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 - # TODO: REVERT TO STABLE - 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