From 096c940a3d9d1efe48afc1fca17a13853856a46a Mon Sep 17 00:00:00 2001 From: John Watson Date: Sat, 5 Oct 2024 23:55:20 +0100 Subject: [PATCH] Remove skip default --- helm-library/Chart.yaml | 2 +- helm-library/templates/_cron-job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-library/Chart.yaml b/helm-library/Chart.yaml index 90c10d1..cbad3fa 100644 --- a/helm-library/Chart.yaml +++ b/helm-library/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: helm-library description: A Helm library chart type: library -version: 2.29.0 +version: 2.30.0 diff --git a/helm-library/templates/_cron-job.yaml b/helm-library/templates/_cron-job.yaml index 3d94b42..bdde68e 100644 --- a/helm-library/templates/_cron-job.yaml +++ b/helm-library/templates/_cron-job.yaml @@ -22,7 +22,7 @@ spec: - name: temp-dir emptyDir: {} containers: - {{- if and (.Values.container) (not .Values.container.skipDefault) }} + {{- if .Values.container }} - {{ include "helm-library.container" (list . (printf "%s.container" .Chart.Name )) }} {{- else }} -