Merge pull request #186 from rbnis/chore/open-webui/update-lock-file-2

feat(open-webui): Update Chart.lock and add check in pipeline
This commit is contained in:
James W. 2025-02-24 19:00:32 -07:00 committed by GitHub
commit 5ebedb44c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 3 deletions

View File

@ -24,6 +24,16 @@ jobs:
run: | run: |
helm lint ./charts/open-webui 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: test-deploy:
name: Test Chart Deployment name: Test Chart Deployment
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -4,12 +4,12 @@ dependencies:
version: 1.6.0 version: 1.6.0
- name: pipelines - name: pipelines
repository: https://helm.openwebui.com repository: https://helm.openwebui.com
version: 0.3.0 version: 0.4.0
- name: tika - name: tika
repository: https://apache.jfrog.io/artifactory/tika repository: https://apache.jfrog.io/artifactory/tika
version: 2.9.0 version: 2.9.0
- name: redis - name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 20.8.0 version: 20.8.0
digest: sha256:170e4262c411dd6ac5c7af301aa97cd8bc4eb3d715086bb63c9c809162ac0bdd digest: sha256:c46416dab731a587e01dd0667374adf99e69c30e91a3d3e37b53268df2afc478
generated: "2025-02-21T19:34:15.143834+01:00" generated: "2025-02-22T03:19:10.656792+01:00"

Binary file not shown.