You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
AlexandrePieroux
changed the title
[name of the chart e.g. cetic/chart] issue title
[name of the chart e.g. cetic/chart] CronJob template outdated
Jan 12, 2023
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
The text was updated successfully, but these errors were encountered: