From daccd577cb601dd33914650e3f16ce63297dd6ac Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Wed, 7 Sep 2022 15:08:05 +0000 Subject: [PATCH] Update Helm release nextcloud to v3.1.1 --- Chart.lock | 6 +++--- Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.lock b/Chart.lock index c48afa87..3a159bb3 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: nextcloud repository: https://nextcloud.github.io/helm - version: 3.1.0 + version: 3.1.1 - name: rabbitmq repository: https://charts.bitnami.com/bitnami version: 10.3.2 - name: redis repository: https://charts.bitnami.com/bitnami version: 17.1.3 -digest: sha256:b40ef076cacdb598ce6a34424738748308ce39135782f3aa9bfb5573e1ba776c -generated: "2022-09-01T12:52:00.782633558Z" +digest: sha256:d4f283c9b53b9b1442b91abc91e57e68ca53213c5d987105689b309a1f8c26a7 +generated: "2022-09-07T15:07:49.530868492Z" diff --git a/Chart.yaml b/Chart.yaml index 49ecba44..379e25e9 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 -version: 0.10.28 +version: 0.10.29 appVersion: NC-24.0.2-OO-7.1.1.23 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud - name: nextcloud - version: 3.1.0 + version: 3.1.1 repository: "https://nextcloud.github.io/helm" # https://artifacthub.io/packages/helm/bitnami/rabbitmq - name: rabbitmq -- GitLab