chore(fix): reflect new valkey major version
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 47s

This commit is contained in:
2026-01-20 12:55:48 -05:00
parent 5615c3464f
commit ab019cac3a

View File

@@ -41,7 +41,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: bitnamilegacy/valkey-cluster:8.+$ pattern: bitnamilegacy/valkey-cluster:(9.+$|latest)
- it: "[valkey] ensures we detect major image version upgrades" - it: "[valkey] ensures we detect major image version upgrades"
template: charts/valkey/templates/primary/application.yaml template: charts/valkey/templates/primary/application.yaml
set: set: