diff --git a/stable/k8s-resources/Chart.yaml b/stable/k8s-resources/Chart.yaml index 87b8cfe4..164701cd 100644 --- a/stable/k8s-resources/Chart.yaml +++ b/stable/k8s-resources/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.6.4 +version: 0.6.5 appVersion: 0.0.1 name: k8s-resources description: | diff --git a/stable/k8s-resources/README.md b/stable/k8s-resources/README.md index adaaf155..8f75aeef 100644 --- a/stable/k8s-resources/README.md +++ b/stable/k8s-resources/README.md @@ -1,6 +1,6 @@ # k8s-resources -![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 0.6.5](https://img.shields.io/badge/Version-0.6.5-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) Not an application but a Helm chart to create any and many resources in Kubernetes. diff --git a/stable/k8s-resources/templates/cronjob.yaml b/stable/k8s-resources/templates/cronjob.yaml index 852c5fe8..407e1519 100644 --- a/stable/k8s-resources/templates/cronjob.yaml +++ b/stable/k8s-resources/templates/cronjob.yaml @@ -1,6 +1,6 @@ {{- if .Values.CronJobs -}} {{- range .Values.CronJobs }} -{{- if semverCompare ">=1.25-0" $.Capabilities.KubeVersion.GitVersion -}} +{{- if semverCompare ">=1.24-0" $.Capabilities.KubeVersion.GitVersion -}} apiVersion: batch/v1 {{- else -}} apiVersion: batch/v1beta1