2025-11-07 16:07:03 +02:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
2025-11-08 22:37:47 +00:00
|
|
|
resources:
|
|
|
|
|
- external-secrets.yaml
|
|
|
|
|
|
2025-11-07 16:07:03 +02:00
|
|
|
helmCharts:
|
2025-11-07 16:11:29 +02:00
|
|
|
- name: ollama
|
2025-11-07 16:07:03 +02:00
|
|
|
repo: https://otwld.github.io/ollama-helm/
|
|
|
|
|
version: 0.4.0
|
|
|
|
|
releaseName: ollama
|
|
|
|
|
namespace: ollama
|
|
|
|
|
valuesFile: ollama-values.yaml
|
2025-11-07 16:52:16 +02:00
|
|
|
includeCRDs: true
|
|
|
|
|
- name: open-webui
|
|
|
|
|
repo: https://helm.openwebui.com/
|
|
|
|
|
version: 8.14.0
|
|
|
|
|
releaseName: openweb-ui
|
|
|
|
|
namespace: ollama
|
|
|
|
|
valuesFile: openweb-ui-values.yaml
|
2025-11-07 16:07:03 +02:00
|
|
|
includeCRDs: true
|