We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab30cf commit a7324faCopy full SHA for a7324fa
1 file changed
updatecli/updatecli.d/ssh-agent.yaml
@@ -19,10 +19,11 @@ sources:
19
kind: dockerimage
20
spec:
21
image: jenkins/ssh-agent
22
- tagfilter: ^\d*(\.\d*){2}$
+ # Use \d+ to ensure major, minor, patch are present
23
+ tagfilter: ^\d+\.\d+\.\d+-jdk21$
24
versionfilter:
25
kind: semver
- pattern: '>=5.20.0'
26
+ pattern: '>=0.0.0-0'
27
28
targets:
29
jenkins/python-agent:
0 commit comments