Skip to content

Commit

Permalink
fix(valkey): pin to major release (8)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mfocko committed Nov 18, 2024
1 parent 74cb41c commit c1ed64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/valkey.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c1ed64d

Please sign in to comment.