Skip to content

Commit

Permalink
Merge pull request #35856 from hmcts/ret-2853
Browse files Browse the repository at this point in the history
deploy ret-2853 to demo
  • Loading branch information
btensay authored Dec 18, 2024
2 parents 143c9df + 3407467 commit a2c5c4e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
10 changes: 9 additions & 1 deletion apps/et/et-cos/demo-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: demo-et-cos
annotations:
hmcts.github.com/prod-automated: disabled
spec:
filterTags:
pattern: '^pr-2440-[a-f0-9]+-(?P<ts>[0-9]+)'
extract: '$ts'
policy:
alphabetical:
order: asc
imageRepositoryRef:
name: et-cos
name: et-cos
2 changes: 1 addition & 1 deletion apps/et/et-cos/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
releaseName: et-cos
values:
java:
image: hmctspublic.azurecr.io/et/cos:prod-2ee29db-20241218122612 #{"$imagepolicy": "flux-system:demo-et-cos"}
image: hmctspublic.azurecr.io/et/cos:pr-2440-b92caaf-20241218105047 #{"$imagepolicy": "flux-system:demo-et-cos"}
environment:
RD_PROFESSIONAL_API_URL: http://rd-professional-api-demo.service.core-compute-demo.internal
AAC_URL: http://aac-manage-case-assignment-demo.service.core-compute-demo.internal
Expand Down
10 changes: 9 additions & 1 deletion apps/et/et-sya-api/demo-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: demo-et-sya-api
annotations:
hmcts.github.com/prod-automated: disabled
spec:
filterTags:
pattern: '^pr-1156-[a-f0-9]+-(?P<ts>[0-9]+)'
extract: '$ts'
policy:
alphabetical:
order: asc
imageRepositoryRef:
name: et-sya-api
name: et-sya-api
2 changes: 1 addition & 1 deletion apps/et/et-sya-api/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
releaseName: et-sya-api
values:
java:
image: hmctspublic.azurecr.io/et/sya-api:prod-92bd47c-20241218094741 #{"$imagepolicy": "flux-system:demo-et-sya-api"}
image: hmctspublic.azurecr.io/et/sya-api:pr-1156-dfaf5cc-20241218113233 #{"$imagepolicy": "flux-system:demo-et-sya-api"}
environment:
EXUI_CASE_DETAILS_URL: "https://manage-case.demo.platform.hmcts.net/cases/case-details/"
AAC_URL: "http://aac-manage-case-assignment-demo.service.core-compute-demo.internal"

0 comments on commit a2c5c4e

Please sign in to comment.