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

View File

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