Skip to content

Commit 63fc2b1

Browse files
fix(helm): update cilium group
| datasource | package | from | to | | ---------- | ------------------------------- | ------- | -------- | | helm | cilium | 1.14.5 | 1.14.12 | | docker | quay.io/cilium/cilium | v1.14.5 | v1.14.12 | | docker | quay.io/cilium/operator-generic | v1.14.5 | v1.14.12 | Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
1 parent 38eb68f commit 63fc2b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

k8s/base/kube-system/cilium/helm-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
chart:
1717
spec:
1818
chart: cilium
19-
version: 1.14.5
19+
version: 1.14.12
2020
sourceRef:
2121
kind: HelmRepository
2222
name: cilium-charts

k8s/clusters/scr1-cluster-0/iac/cni/cluster_0_quick_install.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ spec:
503503
topologyKey: kubernetes.io/hostname
504504
containers:
505505
- name: cilium-agent
506-
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
506+
image: "quay.io/cilium/cilium:v1.14.12@sha256:9c9612ed763a9ff823aca5e56aff6bb1e8ca36516282ed7f5c1b8866d011752c"
507507
imagePullPolicy: IfNotPresent
508508
command:
509509
- cilium-agent
@@ -616,7 +616,7 @@ spec:
616616
# Required to mount cgroup2 filesystem on the underlying Kubernetes node.
617617
# We use nsenter command with host's cgroup and mount namespaces enabled.
618618
- name: mount-cgroup
619-
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
619+
image: "quay.io/cilium/cilium:v1.14.12@sha256:9c9612ed763a9ff823aca5e56aff6bb1e8ca36516282ed7f5c1b8866d011752c"
620620
imagePullPolicy: IfNotPresent
621621
env:
622622
- name: CGROUP_ROOT
@@ -643,7 +643,7 @@ spec:
643643
securityContext:
644644
privileged: true
645645
- name: clean-cilium-state
646-
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
646+
image: "quay.io/cilium/cilium:v1.14.12@sha256:9c9612ed763a9ff823aca5e56aff6bb1e8ca36516282ed7f5c1b8866d011752c"
647647
imagePullPolicy: IfNotPresent
648648
command:
649649
- /init-container.sh
@@ -787,7 +787,7 @@ spec:
787787
topologyKey: kubernetes.io/hostname
788788
containers:
789789
- name: cilium-operator
790-
image: quay.io/cilium/operator-generic:v1.14.5@sha256:303f9076bdc73b3fc32aaedee64a14f6f44c8bb08ee9e3956d443021103ebe7a
790+
image: quay.io/cilium/operator-generic:v1.14.12@sha256:0dd45f29aadeca7b9ef9f42991130ca135e54801c65416bd727add19e4727ba6
791791
imagePullPolicy: IfNotPresent
792792
command:
793793
- cilium-operator-generic

0 commit comments

Comments
 (0)