test: fix test
This commit is contained in:
parent
27d9f9df51
commit
72ebc31903
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ tests:
|
||||||
matchRegex:
|
matchRegex:
|
||||||
path: spec.template.spec.containers[0].image
|
path: spec.template.spec.containers[0].image
|
||||||
# IN CASE OF AN INTENTIONAL MAJOR BUMP, ADJUST THIS TEST
|
# IN CASE OF AN INTENTIONAL MAJOR BUMP, ADJUST THIS TEST
|
||||||
pattern: ^docker.io/bitnami/postgresql:16.+$
|
pattern: ^docker.io/bitnami/postgresql:17.+$
|
||||||
- it: '[redis-cluster] ensures we detect major image version upgrades'
|
- it: '[redis-cluster] ensures we detect major image version upgrades'
|
||||||
template: charts/redis-cluster/templates/redis-statefulset.yaml
|
template: charts/redis-cluster/templates/redis-statefulset.yaml
|
||||||
set:
|
set:
|
||||||
|
|
Loading…
Reference in a new issue