chore(fix) temporarily use latest tag for postgresql
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 57s

This commit is contained in:
2026-01-19 18:47:27 -05:00
parent ffa514054a
commit 2e35ad40c1

View File

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