RocketChat / helm-charts

Repository for RocketChat helm charts
36 stars 67 forks source link

[Bug] Version 4.8.1 works, but charts seem to be broken using this helm chart #63

Open belmeopmenieuwesim opened 2 years ago

belmeopmenieuwesim commented 2 years ago

I was running version 4.7.4 using this helm chart fine. Then I manually upgraded to 4.8.1 using custom values.yaml:

image:
  tag: 4.8.1

Everything works fine, except that charts will not render (Real-time Monitoring etc.), possible due to the following js error: image

I also noticed the Github Workflow Action is failing for the latest version.

prppedro commented 2 years ago

Yes... There is something wrong with 4.8.1, reason why I didn't release the helm for that version yet. I had a myriad of issues in doing so. Some images weren't available and, for some reason, not even the monolith on most environments. I'm yet to understand why. What environment are you running it on?

belmeopmenieuwesim commented 2 years ago

Yes... There is something wrong with 4.8.1, reason why I didn't release the helm for that version yet. I had a myriad of issues in doing so. Some images weren't available and, for some reason, not even the monolith on most environments. I'm yet to understand why. What environment are you running it on?

Okay that explains. Too bad they don't support db migration rollbacks 😅. I am running it on a baremetal kubernetes cluster running Ubuntu and containerd.

belmeopmenieuwesim commented 2 years ago

I made a PR to at least fix this Chart.js constructor bug: https://github.com/RocketChat/Rocket.Chat/pull/26022, maybe this fixes something?