mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
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:
commit
5ebedb44c6
10
.github/workflows/helm-test-open-webui.yml
vendored
10
.github/workflows/helm-test-open-webui.yml
vendored
@ -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
|
||||||
|
@ -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.
BIN
charts/open-webui/charts/pipelines-0.4.0.tgz
Normal file
BIN
charts/open-webui/charts/pipelines-0.4.0.tgz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user