From 4971df59d230c4dac6f21d49809dde0bbbeaa664 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 23 Mar 2023 20:47:24 +0100
Subject: [PATCH] chore(nextcloud): Pin dependencies for nextcloud helm chart

---
 charts/nextcloud/Chart.lock | 4 ++--
 charts/nextcloud/Chart.yaml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock
index af3566e5c..10b68aadc 100644
--- a/charts/nextcloud/Chart.lock
+++ b/charts/nextcloud/Chart.lock
@@ -8,5 +8,5 @@ dependencies:
 - name: redis
   repository: https://charts.bitnami.com/bitnami
   version: 17.8.2
-digest: sha256:f3282584e8c30ade3c3d756075cdd7662f39e5c4508c2539690a8cc14ee07c78
-generated: "2023-03-04T06:19:33.874418781Z"
+digest: sha256:0b6620d3dc10b90f463ca3a686d81daa050e23d5df34c8d541e3a3314f0baaa3
+generated: "2023-03-23T19:46:32.362115497Z"
diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 8376780ea..b18260aca 100644
--- a/charts/nextcloud/Chart.yaml
+++ b/charts/nextcloud/Chart.yaml
@@ -24,14 +24,14 @@ maintainers:
   email: jeff@billimek.com
 dependencies:
 - name: postgresql
-  version: 11.6.*
+  version: 11.6.26
   repository: https://charts.bitnami.com/bitnami
   condition: postgresql.enabled
 - name: mariadb
-  version: 11.5.*
+  version: 11.5.1
   repository: https://charts.bitnami.com/bitnami
   condition: mariadb.enabled
 - name: redis
-  version: 17.8.*
+  version: 17.8.2
   repository: https://charts.bitnami.com/bitnami
   condition: redis.enabled
-- 
GitLab