2 Commits

Author SHA1 Message Date
04b9fdbced chore(deps): update ollama/ollama to v0.16.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 47s
2026-02-12 19:55:48 +00:00
a40b5916ea fix: change devices
All checks were successful
lint-test-helm / lint-helm (push) Successful in 28s
render-manifests-push / render-manifests-push (push) Successful in 39s
renovate / renovate (push) Successful in 1m37s
2026-02-12 13:53:44 -06:00
4 changed files with 6 additions and 6 deletions

View File

@@ -12,6 +12,6 @@ spec:
matchLabels:
kubernetes.io/hostname: talos-ix7-xku
interfaces:
- "^enp.*"
- enp6s0
externalIPs: true
loadBalancerIPs: true

View File

@@ -37,7 +37,7 @@ cilium:
mode: "default"
bpf:
hostLegacyRouting: true
devices: '^(enp|end|eth)[0-9a-z]*'
devices: end0 enp6s0
enableK8sEndpointSlice: true
ciliumEndpointSlice:
enabled: true

View File

@@ -31,4 +31,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png
# renovate: datasource=github-releases depName=ollama/ollama
appVersion: 0.15.6
appVersion: 0.16.0

View File

@@ -22,7 +22,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.15.6
tag: 0.16.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.15.6
tag: 0.16.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.15.6
tag: 0.16.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE