fix docker registry name

This commit is contained in:
pat-s 2024-02-17 22:28:52 +01:00
parent 9ff2b15c90
commit bfb4126ce8
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ tests:
matchRegex:
path: spec.template.spec.containers[0].image
# IN CASE OF AN INTENTIONAL MAJOR BUMP, ADJUST THIS TEST
pattern: ^docker.io/bitnami/postgresql:16.+$
pattern: ^registry-1.docker.io/bitnami/postgresql:16.+$
- it: "[redis-cluster] ensures we detect major image version upgrades"
template: charts/redis-cluster/templates/redis-statefulset.yaml
set:
@ -39,4 +39,4 @@ tests:
matchRegex:
path: spec.template.spec.containers[0].image
# IN CASE OF AN INTENTIONAL MAJOR BUMP, ADJUST THIS TEST
pattern: ^docker.io/bitnami/redis-cluster:7.+$
pattern: ^registry-1.docker.io/bitnami/redis-cluster:7.+$