From 6c2eade54dc41f4e76441e2a6b2b4b75ce6cef79 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 10 Jun 2023 08:58:22 +0100 Subject: [PATCH] Bump Nextcloud to v25 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 c92d83e..5bfbb1e 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -215,7 +215,7 @@ spec: spec: containers: - name: nextcloud - image: "nextcloud:24.0.12-apache" + image: "nextcloud:25.0.7-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -390,7 +390,7 @@ spec: restartPolicy: Never containers: - name: nextcloud - image: "nextcloud:24.0.12-apache" + image: "nextcloud:25.0.7-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: