diff --git a/ml-testing-toolkit-cli/Chart.yaml b/ml-testing-toolkit-cli/Chart.yaml index e070108aa..f53ae5541 100644 --- a/ml-testing-toolkit-cli/Chart.yaml +++ b/ml-testing-toolkit-cli/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: ml-testing-toolkit-cli Helm chart for Kubernetes name: ml-testing-toolkit-cli -version: 15.6.0 -appVersion: v1.2.1 +version: 15.6.1 +appVersion: v1.2.2 home: http://mojaloop.io icon: http://mojaloop.io/images/logo.png sources: diff --git a/ml-testing-toolkit-cli/templates/job.yaml b/ml-testing-toolkit-cli/templates/job.yaml index aa648e553..312344692 100644 --- a/ml-testing-toolkit-cli/templates/job.yaml +++ b/ml-testing-toolkit-cli/templates/job.yaml @@ -2,7 +2,7 @@ apiVersion: {{ template "ml-testing-toolkit-cli.apiVersion.CronJob" . }} kind: CronJob metadata: - name: {{ template "ml-testing-toolkit-cli.fullname" . }} + name: {{ template "ml-testing-toolkit-cli.fullname" . }}-cronjob spec: schedule: {{ .Values.scheduling.cronSchedule | quote }} suspend: {{ .Values.scheduling.suspend }}