Skip to content

Commit

Permalink
fix: Optimus db cleanup cron job (#18)
Browse files Browse the repository at this point in the history
* fix: Optimus db cleanup cron job

* fix: bump the optimus chart version
  • Loading branch information
Mryashbhardwaj authored Jan 15, 2024
1 parent 76d9912 commit 6f0ab66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/optimus/templates/data-cleanup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.cleanupConfig.enabled -}}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "app.fullname" . }}-cleanup
Expand Down

0 comments on commit 6f0ab66

Please sign in to comment.