From cbcfb488a77fc754fc3a1e36d530deec37f25c04 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 16 Jan 2026 14:12:41 +0000 Subject: [PATCH] Temp downgrade nextcloud until image available Signed-off-by: Marcus Noble --- 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 6f06438..292abc8 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.5-apache" + image: "nextcloud:32.0.4-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.5-apache" + image: "nextcloud:32.0.4-apache" imagePullPolicy: IfNotPresent command: - /cron.sh