1 Commits

Author SHA1 Message Date
e211bdcf5d chore(deps): update ollama/ollama to v0.16.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 16s
2026-02-12 19:50:00 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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