⬆️ Update cilium ( 1.14.6 → 1.15.0 )

This commit is contained in:
feisar-bot[bot]
2024-02-02 09:17:05 +00:00
committed by auricom
parent 062bcf3750
commit 8bd5ac80e0
2 changed files with 7 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: cilium chart: cilium
version: 1.14.6 version: 1.15.0
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: cilium name: cilium
@@ -37,6 +37,7 @@ spec:
name: cluster-0 name: cluster-0
containerRuntime: containerRuntime:
integration: containerd integration: containerd
enableRuntimeDeviceDetection: true
endpointRoutes: endpointRoutes:
enabled: true enabled: true
hubble: hubble:
@@ -71,8 +72,10 @@ spec:
ipv4NativeRoutingCIDR: ${CILIUM_POD_CIDR} ipv4NativeRoutingCIDR: ${CILIUM_POD_CIDR}
k8sServiceHost: localhost k8sServiceHost: localhost
k8sServicePort: 7445 k8sServicePort: 7445
kubeProxyReplacement: strict kubeProxyReplacement: true
kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256 kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
l2announcements:
enabled: true
loadBalancer: loadBalancer:
algorithm: maglev algorithm: maglev
mode: dsr mode: dsr
@@ -104,6 +107,7 @@ spec:
hostRoot: /sys/fs/cgroup hostRoot: /sys/fs/cgroup
tunnel: disabled tunnel: disabled
l7proxy: true l7proxy: true
routingMode: native
ingressController: ingressController:
enabled: true enabled: true
defaultSecretNamespace: networking defaultSecretNamespace: networking

View File

@@ -4,7 +4,7 @@ kind: Kustomization
helmCharts: helmCharts:
- name: cilium - name: cilium
repo: https://helm.cilium.io/ repo: https://helm.cilium.io/
version: 1.14.6 version: 1.15.0
releaseName: cilium releaseName: cilium
namespace: kube-system namespace: kube-system
valuesFile: values.yaml valuesFile: values.yaml