RocketChat / helm-charts

Repository for RocketChat helm charts
36 stars 67 forks source link

Helm Charts Out of Date #76

Open darkpixel opened 1 year ago

darkpixel commented 1 year ago

The latest helm chart appears to be 5.1.0.

There is no helm chart for: 5.1.1 5.1.2 5.1.3 5.1.4

And there aren't any options to upgrade to any of the release candidates.

Maybe merge the helm charts into the main Rocket.Chat repo and keep them in sync with releases?

q-b commented 1 year ago

5.1.0 is also broken when you use settings override from env vars (https://github.com/RocketChat/Rocket.Chat/issues/26804). This pattern is the natural one for k8s configurations. Unless you configure everything manually, the current helm release is not in a working condition. This should be fixed in 5.1.3.

I believe this chart is useful, please give it some love with updates, and PR reviews!

darkpixel commented 1 year ago

So now we're up to 5.3.2, but we're now missing: 5.3.3 5.3.4 5.3.5 5.4.0

At least one of those is a security fix.

sandrotanner commented 1 year ago

This is exactly the reason why I build and update RC images myself using the release API (they should probably do that too in this repo, but until then this link may help you): https://releases.rocket.chat/latest/info https://docs.rocket.chat/quick-start/environment-configuration/mongodb-configuration/mongo-versions#using-releases-api

edit: well that and the fact that I use a slightliy different Dockerfile to get node security fixes quicker