From fad75368d2722a9a2441b3ed82b8ccef798af6f7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Sep 2024 06:08:56 +0000 Subject: [PATCH] Update nextcloud Docker tag to v30 --- 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 2f3ad5b..510e33c 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -203,7 +203,7 @@ spec: spec: containers: - name: nextcloud - image: "nextcloud:29.0.7-apache" + image: "nextcloud:30.0.0-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -374,7 +374,7 @@ spec: restartPolicy: Never containers: - name: nextcloud - image: "nextcloud:29.0.7-apache" + image: "nextcloud:30.0.0-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: -- 2.45.2