Server Versions Helm Chart #4497
-
I am wondering about using a different version of the server docker image when installing through Helm. The most recent helm chart is only up to date with server version 5.1.8 and I would like to upgrade to use 5.3.4, is it as simple as just setting image.tag in the values.yaml? If so is there any concern for things not working? |
Beta Was this translation helpful? Give feedback.
Answered by
gardleopard
Sep 18, 2023
Replies: 1 comment 1 reply
-
+1 could really use this bump too |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, sorry for the slow feedback loop on this. We have bumped unleash to version 5.4.4 here: Unleash/helm-charts#92
It is possible to override the unleash version by overriding image.tag in values.yaml as you suggest, for example:
helm upgrade unleash unleash/unleash --set image.tag=5.4.3
As long as you only upgrade minor versions of unleash, the chart should work fine. Also because we are using k8s deployments, its safe even if it fails to launch as the previous deployment wont be removed before the new one is healthy.