We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c852f commit 2539993Copy full SHA for 2539993
charts/generic/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: generic
3
description: Generic Chart
4
-version: 1.6.2
+version: 1.6.3
charts/generic/templates/cronjobs.yaml
@@ -2,7 +2,7 @@
{{- $fullName := include "generic.fullname" . -}}
{{- range $cronjobName, $cronjob := .Values.cronjobs }}
{{- if or (not (hasKey $cronjob "enabled")) ($cronjob.enabled) }}
5
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
6
kind: CronJob
7
metadata:
8
{{- if $cronjob.fullName }}
charts/generic/templates/hpa.yaml
@@ -1,5 +1,5 @@
{{- if .Values.autoscaling }}
-apiVersion: autoscaling/v2beta1
+apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
name: {{ include "generic.fullname" . }}
0 commit comments