e2e: pin redis to v0.28.0#7768
Conversation
Signed-off-by: Jan Wozniak <[email protected]>
|
Thank you for your contribution! 🙏 Please understand that we will do our best to review your PR and give you feedback as soon as possible, but please bear with us if it takes a little longer as expected. While you are waiting, make sure to:
Once the initial tests are successful, a KEDA member will ensure that the e2e tests are run. Once the e2e tests have been successfully completed, the PR may be merged at a later date. Please be patient. Learn more about our contribution guide. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
/run-e2e redis passed tests: 12failed tests: 0 |
There was a problem hiding this comment.
Pull request overview
Pins the CloudPirates Redis Helm chart used by Redis scaler e2e helpers to a known-good version to prevent test breakage when upstream releases publish a broken “latest”.
Changes:
- Add a package-level constant for the Redis chart version (
0.28.0). - Pass
--version 0.28.0to Helm for standalone, sentinel, and cluster Redis installs in e2e tests.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <[email protected]> Signed-off-by: Jan Wozniak <[email protected]>
* e2e: pin redis to v0.28.0 Signed-off-by: Jan Wozniak <[email protected]> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> Co-authored-by: Copilot Autofix powered by AI <[email protected]> Signed-off-by: Yurii Shcherbak <[email protected]>
see also: CloudPirates-io/helm-charts#1336
the redis chart 0.29.x are broken, since our e2e tests don't pin the chart version and always install latest, they started to fail last week. Proposing to pin the chart to latest know installable version of the chart.