diff --git a/charts/pod-killer/Chart.yaml b/charts/pod-killer/Chart.yaml index 411296b..dd94147 100644 --- a/charts/pod-killer/Chart.yaml +++ b/charts/pod-killer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/pod-killer/templates/cronjob.yaml b/charts/pod-killer/templates/cronjob.yaml index 282829e..3c99719 100644 --- a/charts/pod-killer/templates/cronjob.yaml +++ b/charts/pod-killer/templates/cronjob.yaml @@ -1,4 +1,4 @@ -apiVersion: batch/v1beta1 +apiVersion: batch/v1 kind: CronJob metadata: name: {{ include "pod-killer.fullname" . }}