-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
feat: Upgrade Redis to v6.2.1 #5701
Conversation
Signed-off-by: jannfis <jann@mistrust.net>
Signed-off-by: jannfis <jann@mistrust.net>
Codecov Report
@@ Coverage Diff @@
## master #5701 +/- ##
==========================================
- Coverage 40.96% 40.96% -0.01%
==========================================
Files 144 144
Lines 19395 19398 +3
==========================================
+ Hits 7945 7946 +1
- Misses 10339 10340 +1
- Partials 1111 1112 +1
Continue to review full report at Codecov.
|
Signed-off-by: jannfis <jann@mistrust.net>
Signed-off-by: jannfis <jann@mistrust.net>
Signed-off-by: jannfis <jann@mistrust.net>
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.
LGTM
KUSTOMIZE_VERSION=3.9.4 "$(dirname $0)/../install.sh" helm2-linux jq-linux kustomize-linux protoc-linux swagger-linux |
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.
👍 thank you
Signed-off-by: jannfis <jann@mistrust.net>
* feat: Upgrade Redis to v6 Signed-off-by: jannfis <jann@mistrust.net> * Preload correct Redis image in CI Signed-off-by: jannfis <jann@mistrust.net> * Fix labels on StatefulSet and Deployment Signed-off-by: jannfis <jann@mistrust.net> * Update redis to 6.2.1 and haproxy to 2.0.20 Signed-off-by: jannfis <jann@mistrust.net> * More 6.0.7 -> 6.2.1 updates Signed-off-by: jannfis <jann@mistrust.net> * Fix antiAffinity selectors Signed-off-by: jannfis <jann@mistrust.net>
Fixes #4768
I have made some preliminary upgrade tests for the HA version on a test cluster, which went without any problems.
If you're running a Kustomize build with a base ref of
HEAD
, you can simply test by pointing your base tohttps://github.com/jannfis/argo-cd/manifests/ha/cluster-install?ref=fix/redis-6-upgrade
Signed-off-by: jannfis jann@mistrust.net
Checklist: