Change pipelines update strategy? #67

Closed
opened 2026-02-15 19:15:56 -05:00 by yindo · 2 comments
Owner

Originally created by @morotsgurka on GitHub (Feb 20, 2025).

Is it possible to change the update strategy for Pipelines?

I'm currently using the open-webui chart with the pipelines sub-chart enabled with persistent storage using Longhorn. The problem is that on an upgrade i get multi-attach error since the old pod does not terminate before the new one is scheduled.

For other deployments i use:

spec:
  replicas: 1
  strategy:
    type: Recreate

or

strategy:
  type: RollingUpdate
  rollingUpdate:
    maxSurge: 0
    maxUnavailable: 1
Originally created by @morotsgurka on GitHub (Feb 20, 2025). Is it possible to change the update strategy for Pipelines? I'm currently using the open-webui chart with the pipelines sub-chart enabled with persistent storage using Longhorn. The problem is that on an upgrade i get multi-attach error since the old pod does not terminate before the new one is scheduled. For other deployments i use: ```yaml spec: replicas: 1 strategy: type: Recreate ``` or ```yaml strategy: type: RollingUpdate rollingUpdate: maxSurge: 0 maxUnavailable: 1 ```
yindo closed this issue 2026-02-15 19:15:57 -05:00
Author
Owner

@jyje commented on GitHub (Feb 20, 2025):

@morotsgurka Hello! Not yet, but we can add the strategy value, similar to this example from the open-webui chart.

You're welcome to contribute it yourself, or you can wait for me to add it ☺️

@jyje commented on GitHub (Feb 20, 2025): @morotsgurka Hello! Not yet, but we can add the `strategy` value, similar to [this example from the open-webui chart](https://github.com/open-webui/helm-charts/blob/main/charts/open-webui/values.yaml#L117). You're welcome to contribute it yourself, or you can wait for me to add it ☺️
Author
Owner

@morotsgurka commented on GitHub (Feb 20, 2025):

I see that it's already merged, that was fast!

@morotsgurka commented on GitHub (Feb 20, 2025): I see that it's already merged, that was fast!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#67