From c35dd7ad8fb4f6d7b3348d349de2b4ddb1d1c185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 06:33:13 +0000 Subject: [PATCH 1/2] chore(deps): update quay.io/cilium/charts/cilium docker tag to v1.19.0 --- apps/kube-system/cilium/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/kube-system/cilium/app/helmrelease.yaml b/apps/kube-system/cilium/app/helmrelease.yaml index 9432f171c..3ab75fd33 100644 --- a/apps/kube-system/cilium/app/helmrelease.yaml +++ b/apps/kube-system/cilium/app/helmrelease.yaml @@ -10,7 +10,7 @@ spec: mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip operation: copy ref: - tag: 1.18.6 + tag: 1.19.0 url: oci://quay.io/cilium/charts/cilium --- # yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json From ff3248afad87dff244c355aa8bb9d4d322d1a699 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 4 Feb 2026 22:03:34 +0100 Subject: [PATCH 2/2] Remove tproxy setting from helmrelease.yaml Remove tproxy configuration from Cilium helm release. --- apps/kube-system/cilium/app/helmrelease.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/kube-system/cilium/app/helmrelease.yaml b/apps/kube-system/cilium/app/helmrelease.yaml index 3ab75fd33..2595f40ff 100644 --- a/apps/kube-system/cilium/app/helmrelease.yaml +++ b/apps/kube-system/cilium/app/helmrelease.yaml @@ -35,7 +35,6 @@ spec: bpf: masquerade: true - tproxy: true datapathMode: netkit preallocateMaps: true distributedLRU: