Skip to content

Commit

Permalink
Merge pull request #30215 from hmcts/NFDIV-3921-update-cron-v1
Browse files Browse the repository at this point in the history
NFIDV-3921: Update chart nfdiv-cron-remind-awaiting-joint-final-order
  • Loading branch information
FaisalMoJ authored Apr 2, 2024
2 parents 8abf277 + b55778e commit 3e1471b
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 149 deletions.
2 changes: 0 additions & 2 deletions apps/nfdiv/aat/00/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ kind: Kustomization
namespace: nfdiv
resources:
- ../base
patches:
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/aat/00.yaml
2 changes: 0 additions & 2 deletions apps/nfdiv/aat/01/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ kind: Kustomization
namespace: nfdiv
resources:
- ../base
patches:
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/aat/01.yaml
3 changes: 2 additions & 1 deletion apps/nfdiv/aat/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ patches:
- path: ../../nfdiv-cron-bulk-list-create/aat/aat.yaml
- path: ../../nfdiv-cron-migrate-bulk-cases/aat/aat.yaml
- path: ../../nfdiv-cron-migrate-cases/aat/aat.yaml
- path: ../../nfdiv-cron-redo-pronounced-cover-letters/aat/aat.yaml
- path: ../../nfdiv-cron-redo-pronounced-cover-letters/aat/aat.yaml
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/aat/aat.yaml
2 changes: 0 additions & 2 deletions apps/nfdiv/demo/00/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ kind: Kustomization
namespace: nfdiv
resources:
- ../base
patches:
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/demo/00.yaml
1 change: 0 additions & 1 deletion apps/nfdiv/demo/01/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ namespace: nfdiv
resources:
- ../base
patches:
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/demo/01.yaml
- path: ../../nfdiv-cron-alert-application-not-reviewed/demo/demo.yaml
1 change: 1 addition & 0 deletions apps/nfdiv/demo/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ patches:
- path: ../../nfdiv-cron-bulk-list-create/demo/demo.yaml
- path: ../../nfdiv-cron-migrate-bulk-cases/demo/demo.yaml
- path: ../../nfdiv-cron-migrate-cases/demo/demo.yaml
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/demo/demo.yaml
2 changes: 0 additions & 2 deletions apps/nfdiv/ithc/00/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ kind: Kustomization
namespace: nfdiv
resources:
- ../base
patches:
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/ithc/00.yaml
2 changes: 0 additions & 2 deletions apps/nfdiv/ithc/01/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ kind: Kustomization
namespace: nfdiv
resources:
- ../base
patches:
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/ithc/01.yaml
1 change: 1 addition & 0 deletions apps/nfdiv/ithc/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ patches:
- path: ../../nfdiv-cron-bulk-list-create/ithc/ithc.yaml
- path: ../../nfdiv-cron-migrate-bulk-cases/ithc/ithc.yaml
- path: ../../nfdiv-cron-migrate-cases/ithc/ithc.yaml
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/ithc/ithc.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
releaseName: nfdiv-cron-remind-awaiting-joint-final-order
values:
job:
disableActiveClusterCheck: false
schedule: "0,20,40 * * * *"
global:
jobKind: CronJob
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
values:
job:
suspend: true
disableActiveClusterCheck: false
schedule: "0,20,40 * * * *"
environment:
NOTIFY_TEMPLATE_SIGN_IN_DIVORCE_URL: https://nfdiv-apply-for-divorce.demo.platform.hmcts.net/
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
values:
job:
suspend: true
disableActiveClusterCheck: false
schedule: "0,20,40 * * * *"
environment:
NOTIFY_TEMPLATE_SIGN_IN_DIVORCE_URL: https://nfdiv-apply-for-divorce.ithc.platform.hmcts.net/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
chart:
spec:
chart: nfdiv-cron
version: 0.0.20
version: 0.0.23
sourceRef:
kind: HelmRepository
name: hmctspublic
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
job:
schedule: "0,20,40 * * * *"
suspend: true
disableActiveClusterCheck: false
environment:
NOTIFY_TEMPLATE_SIGN_IN_DIVORCE_URL: https://nfdiv-apply-for-divorce.perftest.platform.hmcts.net/
NOTIFY_TEMPLATE_SIGN_IN_DISSOLUTION_URL: https://nfdiv-end-civil-partnership.perftest.platform.hmcts.net/
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
releaseName: nfdiv-cron-remind-awaiting-joint-final-order
values:
job:
disableActiveClusterCheck: false
schedule: "50 * * * *"
environment:
IDAM_API_BASEURL: "https://idam-api.platform.hmcts.net"
Expand Down
2 changes: 0 additions & 2 deletions apps/nfdiv/perftest/00/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ kind: Kustomization
namespace: nfdiv
resources:
- ../base
patches:
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/perftest/00.yaml
2 changes: 0 additions & 2 deletions apps/nfdiv/perftest/01/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ kind: Kustomization
namespace: nfdiv
resources:
- ../base
patches:
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/perftest/01.yaml
1 change: 1 addition & 0 deletions apps/nfdiv/perftest/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ patches:
- path: ../../nfdiv-cron-bulk-list-create/perftest/perftest.yaml
- path: ../../nfdiv-cron-migrate-bulk-cases/perftest/perftest.yaml
- path: ../../nfdiv-cron-migrate-cases/perftest/perftest.yaml
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/perftest/perftest.yaml
1 change: 0 additions & 1 deletion apps/nfdiv/prod/00/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ patches:
- path: ../../nfdiv-cron-eligible-for-switch-to-sole/prod/00.yaml
- path: ../../nfdiv-cron-js-disputed-answer-overdue/prod/00.yaml
- path: ../../nfdiv-cron-partner-not-applied-for-final-order/prod/00.yaml
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/prod/00.yaml
- path: ../../nfdiv-cron-bulk-list-create/prod/00.yaml
- path: ../../nfdiv-cron-migrate-bulk-cases/prod/00.yaml
- path: ../../nfdiv-cron-migrate-cases/prod/00.yaml
Expand Down
1 change: 0 additions & 1 deletion apps/nfdiv/prod/01/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ patches:
- path: ../../nfdiv-cron-eligible-for-switch-to-sole/prod/01.yaml
- path: ../../nfdiv-cron-js-disputed-answer-overdue/prod/01.yaml
- path: ../../nfdiv-cron-partner-not-applied-for-final-order/prod/01.yaml
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/prod/01.yaml
- path: ../../nfdiv-cron-bulk-list-create/prod/01.yaml
- path: ../../nfdiv-cron-migrate-bulk-cases/prod/01.yaml
- path: ../../nfdiv-cron-migrate-cases/prod/01.yaml
Expand Down
1 change: 1 addition & 0 deletions apps/nfdiv/prod/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ patches:
- path: ../../nfdiv-cron-applicant-can-sts-after-intention-fo/prod/prod.yaml
- path: ../../nfdiv-cron-application-approved-reminder/prod.yaml
- path: ../../nfdiv-cron-redo-pronounced-cover-letters/prod/prod.yaml
- path: ../../nfdiv-cron-remind-awaiting-joint-final-order/prod/prod.yaml

0 comments on commit 3e1471b

Please sign in to comment.