From c09bbb477458ea549badaa1a5e8659e030aa1b66 Mon Sep 17 00:00:00 2001 From: DrummyFloyd Date: Sat, 22 Nov 2025 20:07:03 +0100 Subject: [PATCH] fix(cronjob): labels wrong indent Signed-off-by: DrummyFloyd --- charts/nextcloud/Chart.yaml | 2 +- charts/nextcloud/templates/cronjob.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index f4274e02..15310e1b 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 8.5.9 +version: 8.5.10 # renovate: image=docker.io/library/nextcloud appVersion: 32.0.2 description: A file sharing server that puts the control and security of your own data back into your hands. diff --git a/charts/nextcloud/templates/cronjob.yaml b/charts/nextcloud/templates/cronjob.yaml index 0a550aab..3a582b21 100644 --- a/charts/nextcloud/templates/cronjob.yaml +++ b/charts/nextcloud/templates/cronjob.yaml @@ -31,7 +31,7 @@ spec: template: metadata: labels: - {{- include "nextcloud.selectorLabels" ( dict "component" "cronjob" "rootContext" $ ) | nindent 10 }} + {{- include "nextcloud.selectorLabels" ( dict "component" "cronjob" "rootContext" $ ) | nindent 12 }} {{- with (mergeOverwrite (dict) $.Values.podLabels .podLabels) }} {{- toYaml . | nindent 12 }} {{- end }}