From 8b7a4086b0892b955e5cabf991350fa0296eb86b Mon Sep 17 00:00:00 2001 From: "wyoa-bot[bot]" <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 04:12:27 +0000 Subject: [PATCH] feat(helm): update cilium group | datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | helm | cilium | 1.14.5 | 1.16.6 | | docker | quay.io/cilium/cilium | v1.14.5 | v1.16.6 | | docker | quay.io/cilium/operator-generic | v1.14.5 | v1.16.6 | --- cluster/apps/kube-system/cilium/helm-release.yaml | 2 +- .../k3s/templates/cilium/cilium-installation.yaml.j2 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/apps/kube-system/cilium/helm-release.yaml b/cluster/apps/kube-system/cilium/helm-release.yaml index 2a72b88c2..731f7fe3c 100644 --- a/cluster/apps/kube-system/cilium/helm-release.yaml +++ b/cluster/apps/kube-system/cilium/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: cilium - version: 1.14.5 + version: 1.16.6 sourceRef: kind: HelmRepository name: cilium diff --git a/infrastructure/ansible/roles/k3s/templates/cilium/cilium-installation.yaml.j2 b/infrastructure/ansible/roles/k3s/templates/cilium/cilium-installation.yaml.j2 index 5b91cba35..037f04774 100644 --- a/infrastructure/ansible/roles/k3s/templates/cilium/cilium-installation.yaml.j2 +++ b/infrastructure/ansible/roles/k3s/templates/cilium/cilium-installation.yaml.j2 @@ -461,7 +461,7 @@ spec: topologyKey: kubernetes.io/hostname containers: - name: cilium-agent - image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b" + image: "quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da" imagePullPolicy: IfNotPresent command: - cilium-agent @@ -580,7 +580,7 @@ spec: # Required to mount cgroup2 filesystem on the underlying Kubernetes node. # We use nsenter command with host's cgroup and mount namespaces enabled. - name: mount-cgroup - image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b" + image: "quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da" imagePullPolicy: IfNotPresent env: - name: CGROUP_ROOT @@ -607,7 +607,7 @@ spec: securityContext: privileged: true - name: clean-cilium-state - image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b" + image: "quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da" imagePullPolicy: IfNotPresent command: - /init-container.sh @@ -765,7 +765,7 @@ spec: topologyKey: kubernetes.io/hostname containers: - name: cilium-operator - image: quay.io/cilium/operator-generic:v1.14.5@sha256:303f9076bdc73b3fc32aaedee64a14f6f44c8bb08ee9e3956d443021103ebe7a + image: quay.io/cilium/operator-generic:v1.16.6@sha256:13d32071d5a52c069fb7c35959a56009c6914439adc73e99e098917646d154fc imagePullPolicy: IfNotPresent command: - cilium-operator-generic