From 3d22ced62d222f86ac51515b8997d757e539fb05 Mon Sep 17 00:00:00 2001 From: teddy Date: Tue, 9 Jun 2026 21:13:22 +0200 Subject: [PATCH] Pin nextcloud image to 33.0.5 Co-Authored-By: Claude Opus 4.8 (1M context) --- nextcloud/nextcloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/nextcloud.yaml b/nextcloud/nextcloud.yaml index 32f90a0..0c4312e 100644 --- a/nextcloud/nextcloud.yaml +++ b/nextcloud/nextcloud.yaml @@ -91,7 +91,7 @@ spec: spec: containers: - name: nextcloud - image: nextcloud:latest + image: nextcloud:33.0.5 env: - name: POSTGRES_HOST value: postgres