Skip to content

Commit 848a1dd

Browse files
fix(valkey): pin to major release (8) (#612)
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. State of deployment: stage prod Reviewed-by: Laura Barcziová
2 parents 74cb41c + c1ed64d commit 848a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/valkey.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
containers:
2828
- name: valkey
29-
image: valkey/valkey:8.0.0
29+
image: valkey/valkey:8
3030
args:
3131
- "/etc/redislike/redis.conf"
3232
ports:

0 commit comments

Comments
 (0)