Skip to content
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
@AlexandrePieroux

Description

@AlexandrePieroux

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions