From ed6fd36ae462d8aecbcb8fa072a7cc740fb0b123 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 26 Oct 2022 11:54:43 +0200 Subject: [PATCH] Downgrade Nextcloud chart Because of https://github.com/nextcloud/helm/issues/296 I had to downgrade the chart version to 3.1.2. This is fine, because 3.2.0 doesn't upgrade Nextcloud server, it just adds some bugs --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index dcb0524f..0f6f5d00 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -9,7 +9,7 @@ icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bdd dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud - name: nextcloud - version: 3.2.0 + version: 3.1.2 repository: "https://nextcloud.github.io/helm" # https://artifacthub.io/packages/helm/bitnami/rabbitmq - name: rabbitmq -- GitLab