File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ apiVersion: image.toolkit.fluxcd.io/v1beta2
2
2
kind : ImagePolicy
3
3
metadata :
4
4
name : demo-nfdiv-case-api
5
+ annotations :
6
+ hmcts.github.com/prod-automated : disabled
5
7
spec :
8
+ filterTags :
9
+ pattern : ' ^pr-4397-[a-f0-9]+-(?P<ts>[0-9]+)'
10
+ extract : ' $ts'
11
+ policy :
12
+ alphabetical :
13
+ order : asc
6
14
imageRepositoryRef :
7
15
name : nfdiv-case-api
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ metadata:
5
5
spec :
6
6
values :
7
7
java :
8
+ image : hmctspublic.azurecr.io/nfdiv/case-api:pr-4397-bbc8e3b-20250912091936 #{"$imagepolicy": "flux-system:demo-nfdiv-case-api"}
8
9
environment :
9
10
CASE_HOLDING_WEEKS : 20
10
11
BULK_ACTION_BATCH_SIZE_MIN : 3
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ apiVersion: image.toolkit.fluxcd.io/v1beta2
2
2
kind : ImagePolicy
3
3
metadata :
4
4
name : demo-nfdiv-frontend
5
+ annotations :
6
+ hmcts.github.com/prod-automated : disabled
5
7
spec :
8
+ filterTags :
9
+ pattern : ' ^pr-4122-[a-f0-9]+-(?P<ts>[0-9]+)'
10
+ extract : ' $ts'
11
+ policy :
12
+ alphabetical :
13
+ order : asc
6
14
imageRepositoryRef :
7
15
name : nfdiv-frontend
Original file line number Diff line number Diff line change 7
7
values :
8
8
nodejs :
9
9
ingressHost : nfdiv.demo.platform.hmcts.net
10
+ image : hmctspublic.azurecr.io/nfdiv/frontend:pr-4122-e89952b-20250911131729 #{"$imagepolicy": "flux-system:demo-nfdiv-frontend"}
10
11
environment :
11
12
WEBCHAT_AVAYA_URL : webchat.pp.ctsc.hmcts.net
12
13
WEBCHAT_AVAYA_CLIENT_URL : webchat-client.pp.ctsc.hmcts.net
You can’t perform that action at this time.
0 commit comments