Skip to content

Commit

Permalink
Update demo-image-policy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaHMCTS authored Oct 24, 2024
1 parent 6db1aa4 commit 4df57ea
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions apps/money-claims/cmc-claim-store/demo-image-policy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: demo-cmc-claim-store
name: demo-cmc-citizen-frontend
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
name: cmc-citizen-frontend

0 comments on commit 4df57ea

Please sign in to comment.