From 80be808ed1bd9773b4f450a0237bed21b0a9fece Mon Sep 17 00:00:00 2001 From: "James W." <104535511+0xThresh@users.noreply.github.com> Date: Sat, 17 Aug 2024 20:09:05 -0700 Subject: [PATCH] Delay update on Pipelines chart version There's a bug with the Helm releaser Github action that prevents you from releasing multiple charts in the same PR, so I'll merge this PR without updating the chart version and update that in a separate PR to trigger that action. --- charts/pipelines/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pipelines/Chart.yaml b/charts/pipelines/Chart.yaml index 5d0f650..d68a655 100644 --- a/charts/pipelines/Chart.yaml +++ b/charts/pipelines/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: pipelines -version: 0.0.4 +version: 0.0.3 appVersion: "alpha" home: https://github.com/open-webui/pipelines