Skip to content

Commit f75715c

Browse files
authored
Dev/update cron (#14)
* cronjob v1 migration * change cr.yaml,Chart.yaml
1 parent 41045e4 commit f75715c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ charts-dir: squadcast-helm
55
sign: false
66
charts_repo_url: https://squadcasthub.github.io/helm-infra
77
index-path: .
8-
version: 0.2.3
8+
version: 0.2.4

squadcast-helm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name: squadcast-helm
33
description: A Helm chart for Kubernetes
44
type: application
55

6-
version: 0.2.3
6+
version: 0.2.4
77

88
appVersion: "1.16.0"

squadcast-helm/templates/cronjobs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if ((.Values.cronjobs)).enabled | default false }}
22
{{- range $k, $job := .Values.cronjobs.jobs }}
33
---
4-
apiVersion: batch/v1beta1
4+
apiVersion: batch/v1
55
kind: CronJob
66
metadata:
77
name: {{ include "squadcast-helm.fullname" $ }}-{{ $job.name }}

0 commit comments

Comments
 (0)