fix registry regex

This commit is contained in:
pat-s 2024-02-26 10:46:30 +01:00
parent ec0064687d
commit 7cb5c5c60b
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ tests:
matchRegex:
path: spec.template.spec.containers[0].image
# IN CASE OF AN INTENTIONAL MAJOR BUMP, ADJUST THIS TEST
pattern: ^registry-1.docker.io/bitnami/redis-cluster:7.+$
pattern: ^docker.io/bitnami/redis-cluster:7.+$