From 336614a630100e5afd31687ff1080f7299f4d21d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 5 May 2025 22:17:27 +0200 Subject: [PATCH 1/3] feat(common): create emptydir for crontab by default --- charts/library/common/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 97e921aa97ad..ceae8a947320 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -315,6 +315,12 @@ persistence: mountPath: /dev/shm medium: Memory targetSelectAll: true + crontab: + enabled: true + type: emptyDir + mountPath: /var/spool/cron/crontabs/ + medium: Memory + targetSelectAll: true # backupexample: # ## the default backup path, is the credential path suffixed by the releasename, volsync and both the pvc and volsync names # enabled: true From ec32bf97983e2eba5e755aff1e06360052efbd26 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 5 May 2025 22:17:45 +0200 Subject: [PATCH 2/3] bump common --- charts/library/common/Chart.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 34a8b9b7b917..960dba70b91e 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -48,5 +48,4 @@ sources: - https://hub.docker.com/_/ - https://hub.docker.com/r/mikefarah/yq type: library -version: 28.5.0 - +version: 28.6.0 From bfb725013ca6037a320e763f80b178f514f19a24 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:49:07 +0300 Subject: [PATCH 3/3] Update charts/library/common/Chart.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/library/common/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 960dba70b91e..562660d45b16 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -49,3 +49,4 @@ sources: - https://hub.docker.com/r/mikefarah/yq type: library version: 28.6.0 +