From f73bdf6d6213bc4561648ea5724b36a9af53db15 Mon Sep 17 00:00:00 2001 From: OdooSky Bot Date: Sat, 2 May 2026 23:15:02 +0300 Subject: [PATCH] 0.5.1: RecurringJob namespace from .Values.namespace (Longhorn was deployed to odoosky-system, not longhorn-system) --- Chart.yaml | 4 ++-- templates/longhorn-recurringjobs.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index eb9a70f..c8f2b36 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -23,8 +23,8 @@ description: | Git). type: application -version: 0.5.0 -appVersion: "0.5.0" +version: 0.5.1 +appVersion: "0.5.1" dependencies: - name: cert-manager diff --git a/templates/longhorn-recurringjobs.yaml b/templates/longhorn-recurringjobs.yaml index bce8889..1daed0b 100644 --- a/templates/longhorn-recurringjobs.yaml +++ b/templates/longhorn-recurringjobs.yaml @@ -33,7 +33,7 @@ apiVersion: longhorn.io/v1beta2 kind: RecurringJob metadata: name: tenants-snapshot-hourly - namespace: longhorn-system + namespace: {{ .Values.namespace }} spec: cron: "0 * * * *" task: snapshot @@ -46,7 +46,7 @@ apiVersion: longhorn.io/v1beta2 kind: RecurringJob metadata: name: tenants-backup-daily - namespace: longhorn-system + namespace: {{ .Values.namespace }} spec: cron: "0 3 * * *" task: backup