Skip to content

Commit

Permalink
Test PR DTSCCI-1045 (#35024)
Browse files Browse the repository at this point in the history
* Test PR DTSCCI-1045

* Update demo-image-policy.yaml

* Update demo-image-policy.yaml

* Update demo-image-policy.yaml
  • Loading branch information
kdaHMCTS authored Oct 24, 2024
1 parent eb9dfff commit d9658db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions apps/money-claims/cmc-claim-store/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-cmc-claim-store
annotations:
hmcts.github.com/prod-automated: disabled
spec:
filterTags:
pattern: '^pr-3013-[a-f0-9]+-(?P<ts>[0-9]+)'
extract: '$ts'
policy:
alphabetical:
order: asc
imageRepositoryRef:
name: cmc-claim-store
2 changes: 1 addition & 1 deletion apps/money-claims/cmc-claim-store/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/cmc/claim-store:prod-342a6c7-20240930110337 #{"$imagepolicy": "flux-system:cmc-claim-store"}
image: hmctspublic.azurecr.io/cmc/claim-store:pr-3013-40ae3b8-20241024084434 #{"$imagepolicy": "flux-system:demo-cmc-claim-store"}
environment:
CLAIM_STORE_TEST_SUPPORT_ENABLED: true
FEATURE_TOGGLES_SAVE_CLAIM_STATE_ENABLED: true
Expand Down

0 comments on commit d9658db

Please sign in to comment.