From 25fbb7d23f72fb8984e434479b45c77c267c6e18 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Feb 2026 03:03:57 +0000 Subject: [PATCH] Update nextcloud Docker tag to v33 --- manifests/nextcloud_chart/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index da4e778..ac6729e 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -206,7 +206,7 @@ spec: priorityClassName: critical containers: - name: nextcloud - image: "nextcloud:32.0.6-apache" + image: "nextcloud:33.0.0-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -340,7 +340,7 @@ spec: mountPath: /var/www/html/config/smtp.config.php subPath: smtp.config.php - name: cron - image: "nextcloud:32.0.6-apache" + image: "nextcloud:33.0.0-apache" imagePullPolicy: IfNotPresent command: - /cron.sh