From 98fb3fafa47cb210ee1fd57df8f493d3e20068a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Sep 2023 00:01:23 +0000 Subject: [PATCH] Update nextcloud Docker tag to v27.1.0 --- 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 8b98d05..209e054 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -203,7 +203,7 @@ spec: spec: containers: - name: nextcloud - image: "nextcloud:27.0.2-apache" + image: "nextcloud:27.1.0-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -374,7 +374,7 @@ spec: restartPolicy: Never containers: - name: nextcloud - image: "nextcloud:27.0.2-apache" + image: "nextcloud:27.1.0-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: