From d57e47d91e8439d0291a30a4c84e23e292aec892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:27:30 +0000 Subject: [PATCH] Update Helm release cilium to v1.19.5 --- turing/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turing/helmfile.yaml b/turing/helmfile.yaml index 8ff36560..371ca940 100644 --- a/turing/helmfile.yaml +++ b/turing/helmfile.yaml @@ -6,6 +6,6 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: "1.18.2" + version: "1.19.5" values: - helm/cilium/values.yaml