From add266c1df37e276384c9a06a5d32544ca946157 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 10 Jun 2023 09:05:36 +0100 Subject: [PATCH] Bump Nextcloud to v26 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 aeb3e34..aff384a 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -203,7 +203,7 @@ spec: spec: containers: - name: nextcloud - image: "nextcloud:25.0.7-apache" + image: "nextcloud:26.0.2-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -374,7 +374,7 @@ spec: restartPolicy: Never containers: - name: nextcloud - image: "nextcloud:25.0.7-apache" + image: "nextcloud:26.0.2-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: