From bff308aafa729ed2c582b8f435bdeb9ef6aed481 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 22 Jul 2023 21:05:03 +0200 Subject: [PATCH] chore(nextcloud): Upgrade to 26.0.4 --- charts/nextcloud/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 23538b35e..4a51be99a 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: nextcloud -version: 3.3.0 +version: 3.3.1 # renovate: image=docker.io/library/nextcloud -appVersion: "26.0.3" +appVersion: "26.0.4" description: A file sharing server that puts the control and security of your own data back into your hands. keywords: - nextcloud -- GitLab