From badfa7854b707e8ff3676234045dbfa4aa2fa4e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:00:13 +0000 Subject: [PATCH] Update Helm release cilium to v1.16.1 --- .../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..8cd5cca6 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.1 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..c402fef6 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.1 releaseName: "cilium" namespace: kube-system valuesFile: ../../base/values.yaml