From f31ebed18c98a3e64db595825a9b643bd53cd82d Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Wed, 20 Dec 2023 13:11:55 +0100 Subject: [PATCH] Stay on nextcloud 27 for now --- Chart.lock | 6 +++--- Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.lock b/Chart.lock index e876452..052ecac 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: nextcloud repository: https://nextcloud.github.io/helm - version: 4.5.9 + version: 4.5.8 - name: rabbitmq repository: https://charts.bitnami.com/bitnami version: 12.2.0 -digest: sha256:6ef4ceaa4fa217fe17116190aea6431fdeca6d0f3a48828efffde85c9b003b76 -generated: "2023-12-19T23:12:19.449889586Z" +digest: sha256:ab17d3a286c08bcf7717710a47db0d9d6b361c766e42745f7b19c2c3a6743acb +generated: "2023-12-15T23:12:03.743460986Z" diff --git a/Chart.yaml b/Chart.yaml index df52a79..e8fc34f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,13 +3,13 @@ apiVersion: v2 description: | A helm chart for installing NextCloud and setting up ONLYOFFICE integration name: nextcloud-onlyoffice -appVersion: NC-27.0.2-OO-7.2.2.56 +appVersion: NC-27.1.4-OO-7.2.2.56 version: 0.15.18 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud - name: nextcloud - version: 4.5.9 + version: 4.5.8 repository: "https://nextcloud.github.io/helm" # https://artifacthub.io/packages/helm/bitnami/rabbitmq - name: rabbitmq -- GitLab