Skip to content

Commit

Permalink
Dev/update cron (#14)
Browse files Browse the repository at this point in the history
* cronjob v1 migration

* change cr.yaml,Chart.yaml
  • Loading branch information
harshv1995 authored Jan 31, 2024
1 parent 41045e4 commit f75715c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ charts-dir: squadcast-helm
sign: false
charts_repo_url: https://squadcasthub.github.io/helm-infra
index-path: .
version: 0.2.3
version: 0.2.4
2 changes: 1 addition & 1 deletion squadcast-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: squadcast-helm
description: A Helm chart for Kubernetes
type: application

version: 0.2.3
version: 0.2.4

appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion squadcast-helm/templates/cronjobs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if ((.Values.cronjobs)).enabled | default false }}
{{- range $k, $job := .Values.cronjobs.jobs }}
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "squadcast-helm.fullname" $ }}-{{ $job.name }}
Expand Down

0 comments on commit f75715c

Please sign in to comment.