<!-- Thanks for filing an issue! Before hitting the button, please answer these questions. It's helpful to search the existing GitHub issues first. It's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of Fill in as much of the template below as you can. If you leave out information, we can't help you as well. Be ready for followup questions, and please respond in a timely manner. If we can't reproduce a bug or think a feature already exists, we might close your issue. If we're wrong, PLEASE feel free to reopen it and explain why. --> **Describe the bug** Cronjob template is outdated for new Kubernetes version **Version of Helm and Kubernetes**: Minikube 1.28 **What happened**: Cannot deploy helm chart. **What you expected to happen**: Helm chart to deploy **How to reproduce it** (as minimally and precisely as possible): Trying to deploy in Minikube 1.28 **Anything else we need to know**: The cronjob template contain the wrong type: apiVersion: batch/v1beta1 should be: apiVersion: batch/v1
Describe the bug
Cronjob template is outdated for new Kubernetes version
Version of Helm and Kubernetes:
Minikube 1.28
What happened:
Cannot deploy helm chart.
What you expected to happen:
Helm chart to deploy
How to reproduce it (as minimally and precisely as possible):
Trying to deploy in Minikube 1.28
Anything else we need to know:
The cronjob template contain the wrong type:
apiVersion: batch/v1beta1
should be:
apiVersion: batch/v1