diff --git a/.github/workflows/helm-test-open-webui.yml b/.github/workflows/helm-test-open-webui.yml index e603832..0c4c29c 100644 --- a/.github/workflows/helm-test-open-webui.yml +++ b/.github/workflows/helm-test-open-webui.yml @@ -20,20 +20,21 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v4 - - name: Lint open-webui Helm Chart - 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 + helm repo add bitnami https://charts.bitnami.com/bitnami + - name: Build open-webui Helm dependencies run: | helm dependency build ./charts/open-webui + - name: Lint open-webui Helm Chart + run: | + helm lint ./charts/open-webui + test-deploy: name: Test Chart Deployment runs-on: ubuntu-latest @@ -52,6 +53,17 @@ jobs: - name: Set up KinD Cluster uses: helm/kind-action@v1 + - 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 bitnami https://charts.bitnami.com/bitnami + + - name: Build open-webui Helm dependencies + run: | + helm dependency build ./charts/open-webui + - name: Template open-webui Helm Chart run: | helm template open-webui ./charts/open-webui \ diff --git a/.gitignore b/.gitignore index c423615..fa9117c 100644 --- a/.gitignore +++ b/.gitignore @@ -122,4 +122,8 @@ Temporary Items # iCloud generated files *.icloud +### Helm ### +# Chart dependencies +**/charts/*.tgz + # End of https://www.toptal.com/developers/gitignore/api/macos,intellij+all,helm \ No newline at end of file diff --git a/charts/open-webui/charts/ollama-1.14.0.tgz b/charts/open-webui/charts/ollama-1.14.0.tgz deleted file mode 100644 index d8f68f0..0000000 Binary files a/charts/open-webui/charts/ollama-1.14.0.tgz and /dev/null differ diff --git a/charts/open-webui/charts/pipelines-0.5.0.tgz b/charts/open-webui/charts/pipelines-0.5.0.tgz deleted file mode 100644 index de0c888..0000000 Binary files a/charts/open-webui/charts/pipelines-0.5.0.tgz and /dev/null differ diff --git a/charts/open-webui/charts/postgresql-16.6.3.tgz b/charts/open-webui/charts/postgresql-16.6.3.tgz deleted file mode 100644 index 36ca74d..0000000 Binary files a/charts/open-webui/charts/postgresql-16.6.3.tgz and /dev/null differ diff --git a/charts/open-webui/charts/redis-20.11.5.tgz b/charts/open-webui/charts/redis-20.11.5.tgz deleted file mode 100644 index 6b8b298..0000000 Binary files a/charts/open-webui/charts/redis-20.11.5.tgz and /dev/null differ diff --git a/charts/open-webui/charts/tika-2.9.0.tgz b/charts/open-webui/charts/tika-2.9.0.tgz deleted file mode 100644 index 8db6562..0000000 Binary files a/charts/open-webui/charts/tika-2.9.0.tgz and /dev/null differ