This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
[name of the chart e.g. cetic/chart] CronJob template outdated #18
Open
Description
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