From 1279edd2732e5ebc013438c61cc10dbb01fa6323 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 24 Feb 2022 14:34:20 +0100 Subject: [PATCH] Reset nextcloud helm chart channel to stable --- flux2/core/base/sources/nextcloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux2/core/base/sources/nextcloud.yaml b/flux2/core/base/sources/nextcloud.yaml index 008c9acbe..fc4f46a05 100644 --- a/flux2/core/base/sources/nextcloud.yaml +++ b/flux2/core/base/sources/nextcloud.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/1/packages/helm/unstable + url: https://open.greenhost.net/api/v4/projects/1/packages/helm/stable -- GitLab