Skip to content

Commit

Permalink
Remove skip default
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Oct 5, 2024
1 parent c2e90bb commit 096c940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: helm-library
description: A Helm library chart
type: library
version: 2.29.0
version: 2.30.0
2 changes: 1 addition & 1 deletion helm-library/templates/_cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
-
Expand Down

0 comments on commit 096c940

Please sign in to comment.