Ability to override redis image in the redis deployment
Closed this issue · 1 comments
PranavBhatSF commented
Describe the feature
Currently, redis version is immutable in the Connaisseur-redis deployment. It should be editable via values file.
Optional: Is your feature request related to a problem? Please describe.
- If user already has a redis image in our registries, we can't specify our registry url in the redis image.
- If user wants to use a different redis image tag (Eg. enterprise redis), it is not possible.
We have these options available with the Connaisseur image already.
Optional: Implementation ideas
Optional: Additional context
Hardcoding of redis image - https://github.com/sse-secure-systems/connaisseur/blob/v3.6.1/charts/connaisseur/templates/redis.yaml#L53-L54
PranavBhatSF commented
@phbelitz This is my first PR for this repo. Can you please review? Please let me know if anything is missing