fix(openshift)

closes #6073 (only `-rc`s)

use tag delimiters to find version numbers.
This commit is contained in:
Jacob Heider 2024-06-12 17:28:06 -04:00
parent d49e317c82
commit e822b7662e
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -4,7 +4,8 @@ distributable:
versions: versions:
url: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/ url: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/
match: /\d+\.\d+\.\d+/ match: />\d+\.\d+\.\d+</
strip: [/</, />/]
dependencies: dependencies:
kerberos.org: ^1.21 kerberos.org: ^1.21