diff --git a/.github/workflows/helm-test-open-webui.yml b/.github/workflows/helm-test-open-webui.yml index f477314..e603832 100644 --- a/.github/workflows/helm-test-open-webui.yml +++ b/.github/workflows/helm-test-open-webui.yml @@ -24,6 +24,16 @@ jobs: run: | helm lint ./charts/open-webui + - name: Add Dependency Repos + run: | + helm repo add ollama https://otwld.github.io/ollama-helm/ + helm repo add open-webui https://helm.openwebui.com/ + helm repo add tika https://apache.jfrog.io/artifactory/tika/ + helm repo add redis https://charts.bitnami.com/bitnami + - name: Build open-webui Helm dependencies + run: | + helm dependency build ./charts/open-webui + test-deploy: name: Test Chart Deployment runs-on: ubuntu-latest diff --git a/charts/open-webui/Chart.lock b/charts/open-webui/Chart.lock index 9a9f8c9..bb93e30 100644 --- a/charts/open-webui/Chart.lock +++ b/charts/open-webui/Chart.lock @@ -4,12 +4,12 @@ dependencies: version: 1.6.0 - name: pipelines repository: https://helm.openwebui.com - version: 0.3.0 + version: 0.4.0 - name: tika repository: https://apache.jfrog.io/artifactory/tika version: 2.9.0 - name: redis repository: https://charts.bitnami.com/bitnami version: 20.8.0 -digest: sha256:170e4262c411dd6ac5c7af301aa97cd8bc4eb3d715086bb63c9c809162ac0bdd -generated: "2025-02-21T19:34:15.143834+01:00" +digest: sha256:c46416dab731a587e01dd0667374adf99e69c30e91a3d3e37b53268df2afc478 +generated: "2025-02-22T03:19:10.656792+01:00" diff --git a/charts/open-webui/charts/pipelines-0.3.0.tgz b/charts/open-webui/charts/pipelines-0.3.0.tgz deleted file mode 100644 index c180778..0000000 Binary files a/charts/open-webui/charts/pipelines-0.3.0.tgz and /dev/null differ diff --git a/charts/open-webui/charts/pipelines-0.4.0.tgz b/charts/open-webui/charts/pipelines-0.4.0.tgz new file mode 100644 index 0000000..cedfe6b Binary files /dev/null and b/charts/open-webui/charts/pipelines-0.4.0.tgz differ