Skip to content

Commit 4ce886d

Browse files
authored
feat: k8s 1.21 deprecations (#3144)
1 parent b746ad4 commit 4ce886d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hokusai/production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
maxReplicas: 6
107107
targetCPUUtilizationPercentage: 70
108108
---
109-
apiVersion: batch/v1beta1
109+
apiVersion: batch/v1
110110
kind: CronJob
111111
metadata:
112112
name: positron-scheduled-posts-cron
@@ -143,7 +143,7 @@ spec:
143143
values:
144144
- background
145145
---
146-
apiVersion: batch/v1beta1
146+
apiVersion: batch/v1
147147
kind: CronJob
148148
metadata:
149149
name: positron-unqueue-cron
@@ -180,7 +180,7 @@ spec:
180180
values:
181181
- background
182182
---
183-
apiVersion: batch/v1beta1
183+
apiVersion: batch/v1
184184
kind: CronJob
185185
metadata:
186186
name: positron-data-export

hokusai/staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
maxReplicas: 2
107107
targetCPUUtilizationPercentage: 70
108108
---
109-
apiVersion: batch/v1beta1
109+
apiVersion: batch/v1
110110
kind: CronJob
111111
metadata:
112112
name: positron-scheduled-posts-cron
@@ -143,7 +143,7 @@ spec:
143143
values:
144144
- background
145145
---
146-
apiVersion: batch/v1beta1
146+
apiVersion: batch/v1
147147
kind: CronJob
148148
metadata:
149149
name: positron-unqueue-cron
@@ -180,7 +180,7 @@ spec:
180180
values:
181181
- background
182182
---
183-
apiVersion: batch/v1beta1
183+
apiVersion: batch/v1
184184
kind: CronJob
185185
metadata:
186186
name: positron-data-import

0 commit comments

Comments
 (0)