Skip to content

Commit 85e98ce

Browse files
committed
fix: close #463 as chart should use v1 or cronjobs now, mathcin SaaS installer
Signed-off-by: Peter Fiddes <[email protected]>
1 parent 3b0b6e7 commit 85e98ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/charts/jetstack-agent/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ data:
7373
name: "k8s/cronjobs"
7474
config:
7575
resource-type:
76-
version: v1beta1
76+
version: v1
7777
resource: cronjobs
7878
group: batch
7979
- kind: "k8s-dynamic"

deploy/charts/jetstack-agent/tests/__snapshot__/configuration_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ render correctly when only required config is given:
6464
name: "k8s/cronjobs"
6565
config:
6666
resource-type:
67-
version: v1beta1
67+
version: v1
6868
resource: cronjobs
6969
group: batch
7070
- kind: "k8s-dynamic"

0 commit comments

Comments
 (0)