From c1ed64d1a7938c020f77a1138fbb8837c2d7307c Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 18 Nov 2024 13:55:59 +0100 Subject: [PATCH] fix(valkey): pin to major release (8) After a discussion with @lbarcziova and revisiting the reappearing MP+ vulnerability reports, I've noticed I pinned the Valkey to use 8.0.0. We do not strictly require the 8.0.0 and one patch release has already happened, so I'm relaxing this requirement to require only major release 8. Signed-off-by: Matej Focko --- openshift/valkey.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/valkey.yml.j2 b/openshift/valkey.yml.j2 index fc29ca57..fb54e3d0 100644 --- a/openshift/valkey.yml.j2 +++ b/openshift/valkey.yml.j2 @@ -26,7 +26,7 @@ spec: spec: containers: - name: valkey - image: valkey/valkey:8.0.0 + image: valkey/valkey:8 args: - "/etc/redislike/redis.conf" ports: