From e74287b36a8cb8f706d807612ed66b6e2d8b6fc7 Mon Sep 17 00:00:00 2001 From: Campbell Phalen Date: Fri, 7 Apr 2023 22:54:50 -0400 Subject: [PATCH] batch/v1beta -> batch/v1 --- charts/bender-catalog/Chart.yaml | 2 +- charts/bender-catalog/templates/cronjob.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/bender-catalog/Chart.yaml b/charts/bender-catalog/Chart.yaml index 6245a0c..e48eee0 100644 --- a/charts/bender-catalog/Chart.yaml +++ b/charts/bender-catalog/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.2.1 +version: 0.2.2 # 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/bender-catalog/templates/cronjob.yaml b/charts/bender-catalog/templates/cronjob.yaml index 574ee2f..c02fb09 100644 --- a/charts/bender-catalog/templates/cronjob.yaml +++ b/charts/bender-catalog/templates/cronjob.yaml @@ -1,4 +1,4 @@ -apiVersion: batch/v1beta1 +apiVersion: batch/vi kind: CronJob metadata: name: {{ .Release.Name }}-aggregator