From 3f9c80cd407865079be506d1101df90ed7e8b257 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Fri, 13 May 2022 22:06:42 +0000 Subject: [PATCH] chore(deps): update helm release rabbitmq to v9.0.8 --- Chart.lock | 6 +++--- Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.lock b/Chart.lock index 9af524c7..cc2f6afb 100644 --- a/Chart.lock +++ b/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.14.2 - name: rabbitmq repository: https://charts.bitnami.com/bitnami - version: 9.0.7 + version: 9.0.8 - name: redis repository: https://charts.bitnami.com/bitnami version: 16.9.3 -digest: sha256:161fec4f00bb3d35a7b997d30f037232b5c6ab4f9c14d763044df57863ce373a -generated: "2022-05-12T22:06:21.800181851Z" +digest: sha256:2662635b2e4b0651a1d94801fedc39b011f6e139a9c73d1b8fbb771ce86d14ea +generated: "2022-05-13T22:06:24.570829361Z" diff --git a/Chart.yaml b/Chart.yaml index ba541079..17a2f1d7 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.8.11 +version: 0.8.12 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: 9.0.7 + version: 9.0.8 repository: "https://charts.bitnami.com/bitnami" # https://artifacthub.io/packages/helm/bitnami/redis - name: redis -- GitLab