From 4b0162164ea91358d466c44478490ff69f604da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:12:47 +0000 Subject: [PATCH] Update Helm release cilium to v1.16.2 --- .../infrastructure/cilium/overlays/dev/kustomization.yaml | 2 +- .../infrastructure/cilium/overlays/prod/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/infrastructure/cilium/overlays/dev/kustomization.yaml b/kubernetes/infrastructure/cilium/overlays/dev/kustomization.yaml index b13d1843..c3d51cf4 100644 --- a/kubernetes/infrastructure/cilium/overlays/dev/kustomization.yaml +++ b/kubernetes/infrastructure/cilium/overlays/dev/kustomization.yaml @@ -7,7 +7,7 @@ resources: helmCharts: - name: cilium repo: https://helm.cilium.io - version: 1.15.7 + version: 1.16.2 releaseName: "cilium" namespace: kube-system valuesFile: ../../base/values.yaml diff --git a/kubernetes/infrastructure/cilium/overlays/prod/kustomization.yaml b/kubernetes/infrastructure/cilium/overlays/prod/kustomization.yaml index c3270636..32b1d43a 100644 --- a/kubernetes/infrastructure/cilium/overlays/prod/kustomization.yaml +++ b/kubernetes/infrastructure/cilium/overlays/prod/kustomization.yaml @@ -7,7 +7,7 @@ resources: helmCharts: - name: cilium repo: https://helm.cilium.io - version: 1.15.7 + version: 1.16.2 releaseName: "cilium" namespace: kube-system valuesFile: ../../base/values.yaml