From a4fc0f1b3fd0b2164c45842fdd52605273cce065 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 22 Nov 2025 09:22:38 +0000 Subject: [PATCH] Fix merge conflicts Signed-off-by: Marcus Noble --- manifests/nextcloud_chart/manifest.yaml | 44 +------------------------ 1 file changed, 1 insertion(+), 43 deletions(-) diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 87333fb..8bfa65f 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:32.0.1-apache" + image: "nextcloud:32.0.2-apache" imagePullPolicy: IfNotPresent command: - /cron.sh @@ -444,48 +444,6 @@ spec: securityContext: fsGroup: 33 --- -<<<<<<< Updated upstream -# Source: nextcloud/templates/cronjob.yaml -apiVersion: batch/v1 -kind: CronJob -metadata: - name: nextcloud-nextcloud-cron - labels: - app.kubernetes.io/name: nextcloud - app.kubernetes.io/instance: nextcloud-nextcloud - annotations: - {} -spec: - schedule: "*/5 * * * *" - concurrencyPolicy: Forbid - failedJobsHistoryLimit: 5 - successfulJobsHistoryLimit: 2 - jobTemplate: - metadata: - labels: - app.kubernetes.io/name: nextcloud - spec: - template: - metadata: - labels: - app.kubernetes.io/name: nextcloud - spec: - restartPolicy: Never - containers: - - name: nextcloud - image: "nextcloud:32.0.2-apache" - imagePullPolicy: IfNotPresent - command: [ "curl" ] - args: - - "--fail" - - "-L" - - "https://nextcloud.cluster.fun/cron.php" - resources: - requests: - memory: 200Mi ---- -======= ->>>>>>> Stashed changes # Source: nextcloud/templates/ingress.yaml apiVersion: networking.k8s.io/v1 kind: Ingress