From 1292ca4666a8412f4322d894670a54494931ad40 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Fri, 14 Jan 2022 10:42:08 +0100 Subject: [PATCH] update SSO to version 0.7.4 TRIGGER_JOBS=enable-monitoring,enable-nextcloud,enable-wekan,enable-wordpress,enable-zulip --- flux2/core/base/single-sign-on/single-sign-on-release.yaml | 2 +- flux2/core/base/sources/single-sign-on.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flux2/core/base/single-sign-on/single-sign-on-release.yaml b/flux2/core/base/single-sign-on/single-sign-on-release.yaml index 3fcb1de71..3a8093f97 100644 --- a/flux2/core/base/single-sign-on/single-sign-on-release.yaml +++ b/flux2/core/base/single-sign-on/single-sign-on-release.yaml @@ -11,7 +11,7 @@ spec: spec: # renovate: registryUrl=https://open.greenhost.net/api/v4/projects/8/packages/helm/stable chart: single-sign-on - version: 0.7.2 + version: 0.7.4 sourceRef: kind: HelmRepository name: single-sign-on diff --git a/flux2/core/base/sources/single-sign-on.yaml b/flux2/core/base/sources/single-sign-on.yaml index f9d499d24..8808e2248 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/stable + url: https://open.greenhost.net/api/v4/projects/8/packages/helm/unstable -- GitLab