We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41045e4 commit f75715cCopy full SHA for f75715c
cr.yaml
@@ -5,4 +5,4 @@ charts-dir: squadcast-helm
5
sign: false
6
charts_repo_url: https://squadcasthub.github.io/helm-infra
7
index-path: .
8
-version: 0.2.3
+version: 0.2.4
squadcast-helm/Chart.yaml
@@ -3,6 +3,6 @@ name: squadcast-helm
3
description: A Helm chart for Kubernetes
4
type: application
appVersion: "1.16.0"
squadcast-helm/templates/cronjobs.yaml
@@ -1,7 +1,7 @@
1
{{- if ((.Values.cronjobs)).enabled | default false }}
2
{{- range $k, $job := .Values.cronjobs.jobs }}
---
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "squadcast-helm.fullname" $ }}-{{ $job.name }}
0 commit comments