groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

Update redis chart for Redis 6.2.10 #1203

Closed tim-hanssen closed 1 year ago

tim-hanssen commented 1 year ago

Hi!

Can you please update chart to support the security fixes in Redis 6.2.10.

groundhog2k commented 1 year ago

I really recommend using Redis version 7.0.8 with all the latest security fixes/updates. Is there any reason why you can't update to this version? (In my experience, it should be fully backward compatible)

Alternative: It's also possible to use actual chart version (0.7.1) and set the image.tag: "6.2.10" in the values.yaml. This will work.

groundhog2k commented 1 year ago

I decided to release version 0.4.13 of this chart with support for Redis 6.2.10.