Skip to content

Commit f7e85f3

Browse files
committed
NFDIV-4713: Deploy no reponse to demo
1 parent d0dfa7d commit f7e85f3

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

apps/nfdiv/nfdiv-case-api/demo-image-policy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ apiVersion: image.toolkit.fluxcd.io/v1beta2
22
kind: ImagePolicy
33
metadata:
44
name: demo-nfdiv-case-api
5+
annotations:
6+
hmcts.github.com/prod-automated: disabled
57
spec:
8+
filterTags:
9+
pattern: '^pr-4397-[a-f0-9]+-(?P<ts>[0-9]+)'
10+
extract: '$ts'
11+
policy:
12+
alphabetical:
13+
order: asc
614
imageRepositoryRef:
715
name: nfdiv-case-api

apps/nfdiv/nfdiv-case-api/demo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
spec:
66
values:
77
java:
8+
image: hmctspublic.azurecr.io/nfdiv/case-api:pr-4397-bbc8e3b-20250912091936 #{"$imagepolicy": "flux-system:demo-nfdiv-case-api"}
89
environment:
910
CASE_HOLDING_WEEKS: 20
1011
BULK_ACTION_BATCH_SIZE_MIN: 3

apps/nfdiv/nfdiv-frontend/demo-image-policy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ apiVersion: image.toolkit.fluxcd.io/v1beta2
22
kind: ImagePolicy
33
metadata:
44
name: demo-nfdiv-frontend
5+
annotations:
6+
hmcts.github.com/prod-automated: disabled
57
spec:
8+
filterTags:
9+
pattern: '^pr-4122-[a-f0-9]+-(?P<ts>[0-9]+)'
10+
extract: '$ts'
11+
policy:
12+
alphabetical:
13+
order: asc
614
imageRepositoryRef:
715
name: nfdiv-frontend

apps/nfdiv/nfdiv-frontend/demo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
values:
88
nodejs:
99
ingressHost: nfdiv.demo.platform.hmcts.net
10+
image: hmctspublic.azurecr.io/nfdiv/frontend:pr-4122-e89952b-20250911131729 #{"$imagepolicy": "flux-system:demo-nfdiv-frontend"}
1011
environment:
1112
WEBCHAT_AVAYA_URL: webchat.pp.ctsc.hmcts.net
1213
WEBCHAT_AVAYA_CLIENT_URL: webchat-client.pp.ctsc.hmcts.net

0 commit comments

Comments
 (0)