From 29b5f9b6d7f7fb0594ff5e6f5276ebc08d9899f5 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 17 Sep 2026 06:52:28 +0100 Subject: [PATCH] Fix typo Signed-off-by: Marcus Noble --- manifests/nextcloud_chart/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 7dedc27..f5433c5 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -340,7 +340,7 @@ spec: mountPath: /var/www/html/config/smtp.config.php subPath: smtp.config.php - name: cron - - image: "nextcloud:34.0.4-apache" + image: "nextcloud:34.0.4-apache" imagePullPolicy: IfNotPresent command: - /cron.sh