-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skipper: use redis 7 #6854
skipper: use redis 7 #6854
Conversation
e6ecbd3
to
b791116
Compare
I don't like that "refactoring" no-op is mixed with image change. |
b791116
to
30bf58d
Compare
I thought to make it a valid yaml on the go (by putting template actions into yaml comments) but we can split this change in two so I reverted to version+image change only. |
https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES The zalando/skipper#2895 updates skipper tests to use redis-7 Signed-off-by: Alexander Yastrebov <[email protected]>
30bf58d
to
af80397
Compare
👍 |
@@ -3,7 +3,7 @@ kind: StatefulSet | |||
metadata: | |||
labels: | |||
application: skipper-ingress-redis | |||
version: v6.2.7 | |||
version: v7.2.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~$ docker run --rm container-registry.zalando.net/library/redis-7-alpine:7-alpine-20240226 redis-server --version
Redis server v=7.2.4 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 build=f17de61a0b604ef3
👍 |
https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES
The zalando/skipper#2895 updates skipper tests to use redis-7