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..5fb1350c9 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.14.6@sha256:37a49f1abb333279a9b802ee8a21c61cde9dd9138b5ac55f77bdfca733ba852a" 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.14.6@sha256:37a49f1abb333279a9b802ee8a21c61cde9dd9138b5ac55f77bdfca733ba852a" 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.14.6@sha256:37a49f1abb333279a9b802ee8a21c61cde9dd9138b5ac55f77bdfca733ba852a" 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.14.6@sha256:2f0bf8fb8362c7379f3bf95036b90ad5b67378ed05cd8eb0410c1afc13423848 imagePullPolicy: IfNotPresent command: - cilium-operator-generic