diff --git a/apps/money-claims/cmc-claim-store/demo-image-policy.yaml b/apps/money-claims/cmc-claim-store/demo-image-policy.yaml index efc8a7ec843b..5ac4095fbe66 100644 --- a/apps/money-claims/cmc-claim-store/demo-image-policy.yaml +++ b/apps/money-claims/cmc-claim-store/demo-image-policy.yaml @@ -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[0-9]+)' + extract: '$ts' + policy: + alphabetical: + order: asc imageRepositoryRef: name: cmc-claim-store diff --git a/apps/money-claims/cmc-claim-store/demo.yaml b/apps/money-claims/cmc-claim-store/demo.yaml index 5f643c81513e..23ddef36042b 100644 --- a/apps/money-claims/cmc-claim-store/demo.yaml +++ b/apps/money-claims/cmc-claim-store/demo.yaml @@ -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