Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Use new API version for cronjob (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
lojzatran authored May 24, 2022
1 parent 3587d66 commit 8c8783f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Helm chart for deploying an instance of a cronjob on a K8s cluster.
name: cronjob
version: 1.7.1
version: 1.8.0
2 changes: 1 addition & 1 deletion charts/cronjob/templates/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ template "cronjob.fullname" . }}
Expand Down

0 comments on commit 8c8783f

Please sign in to comment.