Skip to content

Commit

Permalink
Merge pull request #106 from LCOGT/fix/helm-chart-v1.22
Browse files Browse the repository at this point in the history
Fix cronjob to be compliant with k8s v1.22
  • Loading branch information
mgdaily authored Jun 13, 2023
2 parents b5a4de6 + 50619f2 commit 0a0cbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/banzai-nres/templates/db-instrument-update.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: {{ include "banzai-nres.fullname" . }}-db-instrument-update
Expand Down

0 comments on commit 0a0cbb1

Please sign in to comment.