K8s cron jobs

I neec to develop Two Helm chart fr managing db cron jobs and monitoring cron jobs separately . Which k8s components can i use ? as k8s deprecated CronJob kind from v1.25, Deprecated API Migration Guide | Kubernetes . Please share example and also how to test in my environment .

Cronjobs still exist, they were graduated to stable, you just use batch/v1 instead of batch/v1beta1