From 32e74d4a9a2bfb718b66ab08fed88f2d5f1ca219 Mon Sep 17 00:00:00 2001 From: Sergei Abramov Date: Tue, 25 Apr 2023 11:11:40 +0200 Subject: [PATCH] Update CronJob To make it possible to run on k8s 1.25+ Signed-off-by: Sergei Abramov --- charts/lighthouse/templates/gc-jobs-cj.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lighthouse/templates/gc-jobs-cj.yaml b/charts/lighthouse/templates/gc-jobs-cj.yaml index f61f5d69f..60f541bfd 100644 --- a/charts/lighthouse/templates/gc-jobs-cj.yaml +++ b/charts/lighthouse/templates/gc-jobs-cj.yaml @@ -1,4 +1,4 @@ -apiVersion: batch/v1beta1 +apiVersion: batch/v1 kind: CronJob metadata: name: {{ template "gcJobs.name" . }}