diff --git a/charts/base-cronjob/Chart.yaml b/charts/base-cronjob/Chart.yaml index c62e92b..dc41e48 100644 --- a/charts/base-cronjob/Chart.yaml +++ b/charts/base-cronjob/Chart.yaml @@ -15,10 +15,14 @@ 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.3 + +version: 0.1.4 + # 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.3" + +appVersion: "0.1.4" + diff --git a/charts/base-cronjob/templates/cronjob.yaml b/charts/base-cronjob/templates/cronjob.yaml index f174423..59a674a 100644 --- a/charts/base-cronjob/templates/cronjob.yaml +++ b/charts/base-cronjob/templates/cronjob.yaml @@ -18,6 +18,7 @@ spec: - name: {{ $job.name | quote }} image: {{ $image | quote}} imagePullPolicy: IfNotPresent + command: {{ $job.command }} env: {{- range $env := $job.env }} - name: {{ $env.name | quote}}