From 1b506161ee531a4c01f9cfb299b571f5b82c9684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:07:57 +0000 Subject: [PATCH] chore(deps): update helm release cilium to v1.20.1 --- turing/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turing/helmfile.yaml b/turing/helmfile.yaml index 60e9e3f3..3d2a4eb0 100644 --- a/turing/helmfile.yaml +++ b/turing/helmfile.yaml @@ -7,6 +7,6 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: "1.19.7" + version: "1.20.1" values: - helm/cilium/values.yaml