From 9469328c1b202baae4df35eb42e7a2b86b9ee8c1 Mon Sep 17 00:00:00 2001 From: "snoopy82481-bot[bot]" <99693248+snoopy82481-bot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:25:52 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20cilium=20(=201.16.4=20?= =?UTF-8?q?=E2=86=92=201.16.5=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | cilium | 1.16.4 | 1.16.5 | --- infrastructure/talos/betty/apps/helmfile.yaml | 2 +- kubernetes/apps/kube-system/cilium/app/helm-release.yaml | 2 +- kubernetes/bootstrap/helmfile.yaml | 2 +- kubernetes/bootstrap/talos/apps/helmfile.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/talos/betty/apps/helmfile.yaml b/infrastructure/talos/betty/apps/helmfile.yaml index 860ca35b6..732b04664 100644 --- a/infrastructure/talos/betty/apps/helmfile.yaml +++ b/infrastructure/talos/betty/apps/helmfile.yaml @@ -9,7 +9,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.16.4 + version: 1.16.5 wait: true values: - ./cilium-values.yaml diff --git a/kubernetes/apps/kube-system/cilium/app/helm-release.yaml b/kubernetes/apps/kube-system/cilium/app/helm-release.yaml index 524eb2428..9da9457cb 100644 --- a/kubernetes/apps/kube-system/cilium/app/helm-release.yaml +++ b/kubernetes/apps/kube-system/cilium/app/helm-release.yaml @@ -15,7 +15,7 @@ spec: chart: spec: chart: cilium - version: 1.16.4 + version: 1.16.5 sourceRef: kind: HelmRepository name: cilium diff --git a/kubernetes/bootstrap/helmfile.yaml b/kubernetes/bootstrap/helmfile.yaml index fddf7c4a3..453cdf875 100644 --- a/kubernetes/bootstrap/helmfile.yaml +++ b/kubernetes/bootstrap/helmfile.yaml @@ -25,7 +25,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.16.4 + version: 1.16.5 values: - ../apps/kube-system/cilium/app/helm-values.yaml needs: diff --git a/kubernetes/bootstrap/talos/apps/helmfile.yaml b/kubernetes/bootstrap/talos/apps/helmfile.yaml index 860ca35b6..732b04664 100644 --- a/kubernetes/bootstrap/talos/apps/helmfile.yaml +++ b/kubernetes/bootstrap/talos/apps/helmfile.yaml @@ -9,7 +9,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.16.4 + version: 1.16.5 wait: true values: - ./cilium-values.yaml