Skip to content

Commit

Permalink
Merge pull request #17 from plytro/main
Browse files Browse the repository at this point in the history
update conjob apiversion for supported k8s versions
  • Loading branch information
grieshaber authored Mar 21, 2023
2 parents d29864d + 92e34a0 commit 3ec9cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-overprovisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-overprovisioner
description: Helm chart, that enables scheduled scaling of a target resource, intended to be add overprovisioning to an autoscaling k8s cluster.
type: application
version: 0.6.1
version: 0.7.0
appVersion: "1.16.0"
keywords:
- cluster-autoscaler
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-overprovisioner/templates/cpa-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{- $failedJobsHistoryLimit := .Values.cronJob.failedJobsHistoryLimit -}}
{{- $successfulJobsHistoryLimit := .Values.cronJob.successfulJobsHistoryLimit -}}
{{- range $schedule := .Values.schedules }}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: cronjob-cas-{{- $schedule.name }}
Expand Down

0 comments on commit 3ec9cab

Please sign in to comment.