From 7d5f9da89d2c36049b0fd25dd23634070b31090c Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 4 Apr 2023 08:54:59 +0200 Subject: [PATCH] see if this will stop signature check --- customers/base/nextcloud-configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customers/base/nextcloud-configmap.yml b/customers/base/nextcloud-configmap.yml index 6f89cef..95ccf39 100644 --- a/customers/base/nextcloud-configmap.yml +++ b/customers/base/nextcloud-configmap.yml @@ -26,7 +26,6 @@ data: ), ), 'appstoreenabled' => false, - 'branch' => 'Sunet', 'config_is_read_only' => true, 'csrf.disabled' => true, 'datadirectory' => '/var/www/html/data', @@ -110,5 +109,6 @@ data: array ( 0 => 'admin', ), + 'updater.release.channel' => 'Sunet', 'version' => '{{NEXTCLOUD_VERSION_STRING}}', );