Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: up k8s cronjob apiversion (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Jul 17, 2023
1 parent ac6e132 commit 6031c4c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .kontinuous/env/preprod/templates/importFromDS.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante-preprod
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/preprod/templates/verifFolders.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante-preprod
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/importFromDS.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/reportingDossierRefuse.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/reportingExpertWeekly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/verifFolders.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: mon-psy-sante
Expand Down

0 comments on commit 6031c4c

Please sign in to comment.