mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #1467] Make chart idempotent #99505
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmferrer on GitHub (Apr 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1467
Bug Report
Description
Bug Summary:
Chart is not idempotent when storageClass is not configured.
Steps to Reproduce:
Running
helm upgrade --install open-webui .twice.Expected Behavior:
It is upgraded.
Actual Behavior:
Environment
Fix
Fixed here: https://github.com/open-webui/open-webui/pull/1466