jitsi-contrib / jitsi-helm

A helm chart to deploy Jitsi to Kubernetes
MIT License
120 stars 65 forks source link

Upgrade to use jitsi-meet stable-8252 #71

Closed kpeiruza closed 1 year ago

kpeiruza commented 1 year ago

Hi, I've tested changing the applicationVersion at Chart.yaml and prosody/Chart.yaml + increasing chart version to 1.3.3 and it works like a charm, but I see you get docs/index.yaml and a tarball also in this repo.

If I want to contribute such a PR, will docs/* get regenerated automatically or I need to update that index and create the clean tarball on my own?

Best regards,

spijet commented 1 year ago

Hello @kpeiruza!

Usually I package the tarball and rebuild the repo index manually on every release. I'll review the changes in the new version and update the chart soon, thank you for the notification.

Meanwhile, you can update your installation to new images even when using the existing chart release. To do that, you can use <foo>.image.tag values, like this:

web:
  image:
    tag: "stable-8252"
jvb:
  image:
    tag: "stable-8252"
jibri:
  image:
    tag: "stable-8252"
jicofo:
  image:
    tag: "stable-8252"
prosody:
  image:
    tag: "stable-8252"
spijet commented 1 year ago

Fixed in 8510c72.