From efcf09c7f2090ef25fb98335c5b75d58af1129fd Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Mon, 9 May 2022 22:06:06 +0000 Subject: [PATCH] chore(deps): update helm release redis to v16.9.1 --- Chart.lock | 6 +++--- Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.lock b/Chart.lock index c2efe1ae..c0693e88 100644 --- a/Chart.lock +++ b/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 9.0.3 - name: redis repository: https://charts.bitnami.com/bitnami - version: 16.9.0 -digest: sha256:663a0a57d88b07000bfef9b3a956ee33b51737a778c3bb6fa4379ed920eb6602 -generated: "2022-05-07T00:07:10.320401935Z" + version: 16.9.1 +digest: sha256:b9da16d1b3a7108a9b613b22e3f266d3033d146a18daac12e09e7662d937ba4c +generated: "2022-05-09T22:05:52.275910635Z" diff --git a/Chart.yaml b/Chart.yaml index abda39f6..0b1dd925 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.5 +version: 0.8.6 appVersion: NC-23.0.3-OO-7.0.1.37 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: @@ -17,5 +17,5 @@ dependencies: repository: "https://charts.bitnami.com/bitnami" # https://artifacthub.io/packages/helm/bitnami/redis - name: redis - version: 16.9.0 + version: 16.9.1 repository: "https://charts.bitnami.com/bitnami" -- GitLab