Make AppVersion dynamic? #86

Closed
opened 2026-02-15 19:16:07 -05:00 by yindo · 3 comments
Owner

Originally created by @rstuhlmuller on GitHub (May 11, 2025).

Hello, I am new to helm charts. I have deployed open-webui into my kube cluster, however it is telling me there is a new version available. I see the old version here.

Can we make this value dynamic? Or is there another way to update?

Originally created by @rstuhlmuller on GitHub (May 11, 2025). Hello, I am new to helm charts. I have deployed open-webui into my kube cluster, however it is telling me there is a new version available. I see the old version [here](https://github.com/open-webui/helm-charts/blob/51a151fc4cf60984ea488c5fc35e4a9e314a7816/charts/open-webui/Chart.yaml#L4). Can we make this value dynamic? Or is there another way to update?
yindo closed this issue 2026-02-15 19:16:08 -05:00
Author
Owner

@mjtrangoni commented on GitHub (May 11, 2025):

Hi @rstuhlmuller,
You can set a different version with the values.yaml file already. See where the magic happens here.

@mjtrangoni commented on GitHub (May 11, 2025): Hi @rstuhlmuller, You can set a different version with the [values.yaml](https://github.com/open-webui/helm-charts/blob/main/charts/open-webui/values.yaml#L128) file already. See where the magic happens [here](https://github.com/open-webui/helm-charts/blob/main/charts/open-webui/templates/workload-manager.yaml#L90).
Author
Owner

@jyje commented on GitHub (May 12, 2025):

@rstuhlmuller
You can set the version to just '0.6' (without specifying the patch version).
After that, simply restart the owui ReplicaSet when a new version popup appears.
See my example here

@jyje commented on GitHub (May 12, 2025): @rstuhlmuller You can set the version to just '0.6' (without specifying the patch version). After that, simply restart the owui ReplicaSet when a new version popup appears. See my example [here](https://github.com/jyje/cluster/blob/main/clusters/r4spi/apps/open-webui.yaml#L15-L16)
Author
Owner

@rstuhlmuller commented on GitHub (May 13, 2025):

That worked, thank you!

@rstuhlmuller commented on GitHub (May 13, 2025): That worked, thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#86