Skip to content

Commit

Permalink
feat: add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreynoza committed Sep 17, 2024
1 parent d54bb6b commit f483e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ml-testing-toolkit-cli/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ml-testing-toolkit-cli/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f483e09

Please sign in to comment.