From a673892810ca81ff115a2aa821ac02d6c2b9e140 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Dec 2023 00:00:33 +0000 Subject: [PATCH] Update nextcloud Docker tag to v28 --- apps/nextcloud/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextcloud/values.yaml b/apps/nextcloud/values.yaml index 6fdf3a2..e3eec87 100644 --- a/apps/nextcloud/values.yaml +++ b/apps/nextcloud/values.yaml @@ -3,7 +3,7 @@ ## image: repository: nextcloud - tag: "27" # needs to be a string because of the template + tag: "28" # needs to be a string because of the template pullPolicy: IfNotPresent nameOverride: "" -- 2.49.1