Skip to content

Commit

Permalink
fix(valkey): pin to major release (8) (#612)
Browse files Browse the repository at this point in the history
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á
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 20, 2024
2 parents 74cb41c + c1ed64d commit 848a1dd
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 848a1dd

Please sign in to comment.