We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c71f9b + ca71243 commit ce97150Copy full SHA for ce97150
apps/family-public-law/fpl-case-service/perftest-image-policy.yaml
@@ -6,7 +6,7 @@ metadata:
6
hmcts.github.com/prod-automated: disabled
7
spec:
8
filterTags:
9
- pattern: '^pr-5570-[a-f0-9]+-(?P<ts>[0-9]+)'
+ pattern: '^pr-5657-[a-f0-9]+-(?P<ts>[0-9]+)'
10
extract: '$ts'
11
policy:
12
alphabetical:
apps/xui/xui-webapp/perftest-image-policy.yaml
@@ -2,6 +2,14 @@ apiVersion: image.toolkit.fluxcd.io/v1beta1
2
kind: ImagePolicy
3
metadata:
4
name: perftest-xui-webapp
5
+ annotations:
+ hmcts.github.com/prod-automated: disabled
+ filterTags:
+ pattern: '^pr-2993-[a-f0-9]+-(?P<ts>[0-9]+)'
+ extract: '$ts'
+ policy:
+ alphabetical:
13
+ order: asc
14
imageRepositoryRef:
15
name: xui-webapp
0 commit comments