From 353819a46c15f907da17271e4bb03bc248345622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:23:23 +0000 Subject: [PATCH] Update Helm release cilium to v1.16.5 --- kubernetes/clusters/bootstrap/helmfile.yaml | 2 +- kubernetes/platform/cilium/app/base/helm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/clusters/bootstrap/helmfile.yaml b/kubernetes/clusters/bootstrap/helmfile.yaml index 900e141a..0f0d3206 100644 --- a/kubernetes/clusters/bootstrap/helmfile.yaml +++ b/kubernetes/clusters/bootstrap/helmfile.yaml @@ -21,7 +21,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.16.4 + version: 1.16.5 values: - ../../platform/cilium/app/base/values.yaml - ../../platform/cilium/app/components/istio-config/values.yaml diff --git a/kubernetes/platform/cilium/app/base/helm.yaml b/kubernetes/platform/cilium/app/base/helm.yaml index b78f3361..63eef9c7 100644 --- a/kubernetes/platform/cilium/app/base/helm.yaml +++ b/kubernetes/platform/cilium/app/base/helm.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: cilium - version: 1.16.4 + version: 1.16.5 sourceRef: kind: HelmRepository name: cilium