From 2284683b94152f7705b3c93f17c546261205a645 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 2 Jul 2022 20:16:53 +0300 Subject: [PATCH] chore(cronjob): update to v1 from v1bet (#3047) --- charts/incubator/authentik/Chart.yaml | 2 +- charts/incubator/authentik/templates/_cronjob.tpl | 2 +- charts/stable/clamav/Chart.yaml | 2 +- charts/stable/clamav/templates/_cronjob.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/incubator/authentik/Chart.yaml b/charts/incubator/authentik/Chart.yaml index 9e579138c44..8be543e7893 100644 --- a/charts/incubator/authentik/Chart.yaml +++ b/charts/incubator/authentik/Chart.yaml @@ -26,7 +26,7 @@ name: authentik sources: - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 2.0.8 +version: 2.0.9 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/incubator/authentik/templates/_cronjob.tpl b/charts/incubator/authentik/templates/_cronjob.tpl index 2d0293c794f..68a58ac4201 100644 --- a/charts/incubator/authentik/templates/_cronjob.tpl +++ b/charts/incubator/authentik/templates/_cronjob.tpl @@ -3,7 +3,7 @@ {{- $jobName := include "tc.common.names.fullname" . }} --- -apiVersion: batch/v1beta1 +apiVersion: batch/v1 kind: CronJob metadata: name: {{ printf "%s-cronjob" $jobName }} diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index d0545bc4448..a9be6afcf5b 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://hub.docker.com/r/clamav/clamav - https://docs.clamav.net/ type: application -version: 3.0.8 +version: 3.0.9 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/clamav/templates/_cronjob.tpl b/charts/stable/clamav/templates/_cronjob.tpl index d4dccb6c248..7109a625870 100644 --- a/charts/stable/clamav/templates/_cronjob.tpl +++ b/charts/stable/clamav/templates/_cronjob.tpl @@ -3,7 +3,7 @@ {{- $jobName := include "tc.common.names.fullname" . }} --- -apiVersion: batch/v1beta1 +apiVersion: batch/v1 kind: CronJob metadata: name: {{ printf "%s-cronjob" $jobName }}