-
Notifications
You must be signed in to change notification settings - Fork 5
[redis] chart update to radar-redis and redis-operator #5921
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
Conversation
|
Great PR! Please pay attention to the following items before merging: Files matching
This is an automatically generated QA checklist based on modified files. |
1ab757f to
da744bf
Compare
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.
Staan nog een paar comments open.
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.
Almost there! Finally, update the .github/workflows/scheduled-snyk-docker.yaml with the new external charts or docker images. When the docker image is mentioned in the external chart, add it to the INCLUDE_CHARTS. When, the docker image is not stated, as often happens when deploying a workload with an operator, hard-code the docker image in the INCLUDE_IMAGES section. Also, do cleanup of obsolete Redis references in these sections.
redis has been split up into a radar-redis chart for redis-cluster and an external radar-operator
a6dbb7f to
f1b3689
Compare
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.
Thanks!
A new CVE was discovered in REDIS CVE-2025-49844. This will be fixed in Redis release 8.2.2. Because we currently use legacy bitnami docker images that do not get security patches, we decided to move away from the current helm chart and use the OT-CONTAINER-KIT chart that uses the official Redis docker image.
This PR will implement a radar-redis chart with default config passed to the redis-cluster CRD chart of OT-CONTAINER-KIT. In addition, the OT-CONTAINER-KIT operator chart named redis-operator with the responsibility of deploying the redis-cluster CRD.
With this PR, Radar-kubernetes has to be updated as well in another PR.
Checklist
Chart.yamlaccording to semver.