From 1a6f98941a99f444b44c57de11c85d47e3157fc1 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Sat, 11 Jun 2022 22:08:00 +0000 Subject: [PATCH] chore(deps): update helm release rabbitmq to v10.1.7 --- Chart.lock | 6 +++--- Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.lock b/Chart.lock index 3e46b2dc..49098564 100644 --- a/Chart.lock +++ b/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.14.4 - name: rabbitmq repository: https://charts.bitnami.com/bitnami - version: 10.1.6 + version: 10.1.7 - name: redis repository: https://charts.bitnami.com/bitnami version: 16.12.1 -digest: sha256:b49713450f17e12ea30dc693d6ef235e11e2ddbd72e2acfcd171fe12a27b990a -generated: "2022-06-10T22:23:30.479843168Z" +digest: sha256:85fd1baab57fe3924b0519ab422f26a1aeb3ca7a2661765504eeac16304cfd66 +generated: "2022-06-11T22:07:49.322348103Z" diff --git a/Chart.yaml b/Chart.yaml index 6819f7ba..f43a29bf 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.9.11 +version: 0.9.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: 10.1.6 + version: 10.1.7 repository: "https://charts.bitnami.com/bitnami" # https://artifacthub.io/packages/helm/bitnami/redis - name: redis -- GitLab