Update k8s/apps/ollama/kustomization.yaml
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Failing after 7m22s

This commit is contained in:
ab
2026-03-07 00:27:11 +00:00
parent f9943203fc
commit 8b12988aaf

View File

@@ -7,14 +7,14 @@ resources:
helmCharts: helmCharts:
- name: ollama - name: ollama
repo: https://otwld.github.io/ollama-helm/ repo: https://otwld.github.io/ollama-helm/
version: 0.4.0 version: 1.49.0
releaseName: ollama releaseName: ollama
namespace: ollama namespace: ollama
valuesFile: ollama-values.yaml valuesFile: ollama-values.yaml
includeCRDs: true includeCRDs: true
- name: open-webui - name: open-webui
repo: https://helm.openwebui.com/ repo: https://helm.openwebui.com/
version: 8.14.0 version: 12.8.1
releaseName: openweb-ui releaseName: openweb-ui
namespace: ollama namespace: ollama
valuesFile: openweb-ui-values.yaml valuesFile: openweb-ui-values.yaml