feat(open-webui): Build helm dependencies to test if Chart.lock is in sync

This commit is contained in:
rbnis 2025-02-22 03:23:50 +01:00
parent e011fc9fe7
commit 9312d4f79d

View File

@ -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