diff --git a/charts/base-cronjob/Chart.yaml b/charts/base-cronjob/Chart.yaml index 305de64..7f64aac 100644 --- a/charts/base-cronjob/Chart.yaml +++ b/charts/base-cronjob/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.12 +version: 0.1.13 # This is the version number of the application being deployed. This version number should be @@ -23,4 +23,4 @@ version: 0.1.12 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.12" +appVersion: "0.1.13" diff --git a/charts/base-cronjob/templates/cronjob.yaml b/charts/base-cronjob/templates/cronjob.yaml index 8300023..f8426d8 100644 --- a/charts/base-cronjob/templates/cronjob.yaml +++ b/charts/base-cronjob/templates/cronjob.yaml @@ -85,6 +85,11 @@ spec: claimName: {{ $element.persistentVolumeClaim.claimName }} {{- end }} {{- end }} + configMap: + name: {{ $element.configMap.name | default $job.name}} + {{- if $element.configMap.defaultMode }} + defaultMode: {{ $element.configMap.defaultMode }} + {{- end }} {{- end }} {{- end }} {{- end }} diff --git a/charts/base/Chart.yaml b/charts/base/Chart.yaml index 490bce4..f01c750 100644 --- a/charts/base/Chart.yaml +++ b/charts/base/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.55 +version: 0.1.56 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.55" +appVersion: "0.1.56"