Skip to content

Commit

Permalink
CIV-16353 Deploy to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kannan-v-hmcts committed Jan 23, 2025
1 parent 1c63e06 commit 2e5f142
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions apps/civil/civil-service/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/v1beta2
kind: ImagePolicy
metadata:
name: demo-civil-service
annotations:
hmcts.github.com/prod-automated: disabled
spec:
filterTags:
pattern: '^pr-6051-[a-f0-9]+-(?P<ts>[0-9]+)'
extract: '$ts'
policy:
alphabetical:
order: asc
imageRepositoryRef:
name: civil-service
2 changes: 1 addition & 1 deletion apps/civil/civil-service/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
values:
java:
image: hmctspublic.azurecr.io/civil/service:prod-2a0c76c-20250123125006 #{"$imagepolicy": "flux-system:civil-service"}
image: hmctspublic.azurecr.io/civil/service:pr-6051-984cbdb-20250123124221 #{"$imagepolicy": "flux-system:civil-service"}
environment:
TESTING_SUPPORT_ENABLED: true
EM_CCD_ORCHESTRATOR_URL: http://em-ccd-orchestrator-demo.service.core-compute-demo.internal
Expand Down

0 comments on commit 2e5f142

Please sign in to comment.