From 911da2497028d14711f1ca730893dc3bc1d959f5 Mon Sep 17 00:00:00 2001 From: jyje Date: Mon, 6 Jan 2025 16:10:33 +0900 Subject: [PATCH 1/3] fix(ci): verify 'pipeline' chart installing on test-namespace - with `workflow_dispatch:` (need to be removed) --- .github/workflows/helm-test-pipelines.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-test-pipelines.yml b/.github/workflows/helm-test-pipelines.yml index bf1ca43..7f78dd7 100644 --- a/.github/workflows/helm-test-pipelines.yml +++ b/.github/workflows/helm-test-pipelines.yml @@ -1,6 +1,7 @@ name: Check Open WebUI Helm Charts (pipelines) on: + workflow_dispatch: pull_request: paths: - "charts/pipelines/**" @@ -49,5 +50,7 @@ jobs: - name: Verify pipelines run: | - kubectl apply -f pipelines.yaml - + kubectl create namespace test-namespace + kubectl apply --namespace test-namespace -f pipelines.yaml + PIPELINE_POD=$(kubectl get --namespace test-namespace pod -L app.kubernetes.io/component=pipelines -o jsonpath='{.items[*].metadata.name}') + kubectl wait --namespace test-namespace pod/${PIPELINE_POD} --for=condition=Ready --timeout=600s From 2a1dfd7c79ac3f0b196cfa41b531dfda3b314797 Mon Sep 17 00:00:00 2001 From: jyje Date: Mon, 6 Jan 2025 16:17:18 +0900 Subject: [PATCH 2/3] fix(ci): add dummy change on the readme file --- charts/pipelines/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pipelines/README.md b/charts/pipelines/README.md index 6054ecf..78f7afa 100644 --- a/charts/pipelines/README.md +++ b/charts/pipelines/README.md @@ -2,7 +2,7 @@ ![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: alpha](https://img.shields.io/badge/AppVersion-alpha-informational?style=flat-square) -Pipelines: UI-Agnostic OpenAI API Plugin Framework +Pipelines: UI-Agnostic OpenAI API Plugin Framework 🚀 **Homepage:** From 8d6a4745ca8015eb997b8ea83c2045102e017039 Mon Sep 17 00:00:00 2001 From: jyje Date: Mon, 6 Jan 2025 16:20:52 +0900 Subject: [PATCH 3/3] fix(ci): revert changes for test --- .github/workflows/helm-test-pipelines.yml | 1 - charts/pipelines/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/helm-test-pipelines.yml b/.github/workflows/helm-test-pipelines.yml index 7f78dd7..175c615 100644 --- a/.github/workflows/helm-test-pipelines.yml +++ b/.github/workflows/helm-test-pipelines.yml @@ -1,7 +1,6 @@ name: Check Open WebUI Helm Charts (pipelines) on: - workflow_dispatch: pull_request: paths: - "charts/pipelines/**" diff --git a/charts/pipelines/README.md b/charts/pipelines/README.md index 78f7afa..6054ecf 100644 --- a/charts/pipelines/README.md +++ b/charts/pipelines/README.md @@ -2,7 +2,7 @@ ![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: alpha](https://img.shields.io/badge/AppVersion-alpha-informational?style=flat-square) -Pipelines: UI-Agnostic OpenAI API Plugin Framework 🚀 +Pipelines: UI-Agnostic OpenAI API Plugin Framework **Homepage:**