From 684b8428b07f03bade1120f511222fabfb095784 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Tue, 12 Jul 2022 22:07:52 +0000 Subject: [PATCH] chore(deps): update helm release rabbitmq to v10.1.14 --- Chart.lock | 6 +++--- Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.lock b/Chart.lock index 30c576cc..cb5ba799 100644 --- a/Chart.lock +++ b/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.14.6 - name: rabbitmq repository: https://charts.bitnami.com/bitnami - version: 10.1.13 + version: 10.1.14 - name: redis repository: https://charts.bitnami.com/bitnami version: 16.13.2 -digest: sha256:ec77fb1507fceec1b8e4560d40ac5d600807c71e5215f2245587cef99e327d5d -generated: "2022-07-08T22:08:04.93375098Z" +digest: sha256:5fd57a904e08c45b7b44bff51064c901312ea8c27a75bc9a290323b5b1d7eb29 +generated: "2022-07-12T22:07:40.479019621Z" diff --git a/Chart.yaml b/Chart.yaml index a8babda1..b9aa548a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 description: | A helm chart for installing NextCloud and setting up ONLYOFFICE integration name: nextcloud-onlyoffice -version: 0.10.1 +version: 0.10.2 appVersion: NC-23.0.3-OO-7.0.1.37 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: @@ -13,7 +13,7 @@ dependencies: repository: "https://nextcloud.github.io/helm" # https://artifacthub.io/packages/helm/bitnami/rabbitmq - name: rabbitmq - version: 10.1.13 + version: 10.1.14 repository: "https://charts.bitnami.com/bitnami" # https://artifacthub.io/packages/helm/bitnami/redis - name: redis -- GitLab