From fc03a8a2c6d966d9d117bd697f2649f6347813fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:58:43 +0000 Subject: [PATCH] fix(helm): update cilium group | datasource | package | from | to | | ---------- | ------------------------------- | -------- | -------- | | helm | cilium | 1.18.10 | 1.18.12 | | docker | quay.io/cilium/cilium | v1.18.10 | v1.18.12 | | docker | quay.io/cilium/hubble-relay | v1.18.10 | v1.18.12 | | docker | quay.io/cilium/operator-generic | v1.18.10 | v1.18.12 | --- .../cilium/app/bootstrap/kustomization.yaml | 2 +- .../kube-system/cilium/app/bootstrap/manifest.yaml | 14 +++++++------- .../apps/kube-system/cilium/app/helmrelease.yaml | 2 +- .../cilium/app/bootstrap/kustomization.yaml | 2 +- .../kube-system/cilium/app/bootstrap/manifest.yaml | 14 +++++++------- .../apps/kube-system/cilium/app/helmrelease.yaml | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/kubernetes/berries/apps/kube-system/cilium/app/bootstrap/kustomization.yaml b/kubernetes/berries/apps/kube-system/cilium/app/bootstrap/kustomization.yaml index 978afe5365..0375a50f88 100644 --- a/kubernetes/berries/apps/kube-system/cilium/app/bootstrap/kustomization.yaml +++ b/kubernetes/berries/apps/kube-system/cilium/app/bootstrap/kustomization.yaml @@ -6,7 +6,7 @@ namespace: kube-system helmCharts: - name: cilium repo: https://helm.cilium.io/ - version: 1.18.10 + version: 1.18.12 releaseName: cilium includeCRDs: true namespace: kube-system diff --git a/kubernetes/berries/apps/kube-system/cilium/app/bootstrap/manifest.yaml b/kubernetes/berries/apps/kube-system/cilium/app/bootstrap/manifest.yaml index 4947ca8289..36bb06aea5 100644 --- a/kubernetes/berries/apps/kube-system/cilium/app/bootstrap/manifest.yaml +++ b/kubernetes/berries/apps/kube-system/cilium/app/bootstrap/manifest.yaml @@ -857,7 +857,7 @@ spec: value: 172.16.30.100 - name: KUBERNETES_SERVICE_PORT value: '6443' - image: quay.io/cilium/operator-generic:v1.18.10@sha256:ab08d58fd12e98d9a9601d4b52beee839ff2537fba73d262aabad222454a16b3 + image: quay.io/cilium/operator-generic:v1.18.12@sha256:86899c73438812b2761ac6fa435ea4e65f68e70d1ae54ac806fec8805d1ce011 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -942,7 +942,7 @@ spec: - serve command: - hubble-relay - image: quay.io/cilium/hubble-relay:v1.18.10@sha256:6f320095640b8e7bb4c1c9efdd0ed46302d0d684c3ea04eb341ca7e0618ef740 + image: quay.io/cilium/hubble-relay:v1.18.12@sha256:308b186791faf8a8a9322ce64d2e12f66fa82a3f4659e7a79b31829b6195df61 imagePullPolicy: IfNotPresent livenessProbe: tcpSocket: @@ -1128,7 +1128,7 @@ spec: value: 172.16.30.100 - name: KUBERNETES_SERVICE_PORT value: '6443' - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -1250,7 +1250,7 @@ spec: value: 172.16.30.100 - name: KUBERNETES_SERVICE_PORT value: '6443' - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent name: config terminationMessagePolicy: FallbackToLogsOnError @@ -1263,7 +1263,7 @@ spec: - /bin/bash - -c - -- - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent name: mount-bpf-fs securityContext: @@ -1292,7 +1292,7 @@ spec: value: 172.16.30.100 - name: KUBERNETES_SERVICE_PORT value: '6443' - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent name: clean-cilium-state resources: @@ -1321,7 +1321,7 @@ spec: name: cilium-run - command: - /install-plugin.sh - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent name: install-cni-binaries resources: diff --git a/kubernetes/berries/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/berries/apps/kube-system/cilium/app/helmrelease.yaml index bf298527d9..9ff65e51c3 100644 --- a/kubernetes/berries/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/berries/apps/kube-system/cilium/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: spec: # renovate: registryUrl=https://helm.cilium.io chart: cilium - version: 1.18.10 + version: 1.18.12 interval: 30m sourceRef: kind: HelmRepository diff --git a/kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/kustomization.yaml b/kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/kustomization.yaml index 978afe5365..0375a50f88 100644 --- a/kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/kustomization.yaml +++ b/kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/kustomization.yaml @@ -6,7 +6,7 @@ namespace: kube-system helmCharts: - name: cilium repo: https://helm.cilium.io/ - version: 1.18.10 + version: 1.18.12 releaseName: cilium includeCRDs: true namespace: kube-system diff --git a/kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/manifest.yaml b/kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/manifest.yaml index acd5cf70bb..c4679173d5 100644 --- a/kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/manifest.yaml +++ b/kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/manifest.yaml @@ -857,7 +857,7 @@ spec: value: 192.168.48.100 - name: KUBERNETES_SERVICE_PORT value: '6443' - image: quay.io/cilium/operator-generic:v1.18.10@sha256:ab08d58fd12e98d9a9601d4b52beee839ff2537fba73d262aabad222454a16b3 + image: quay.io/cilium/operator-generic:v1.18.12@sha256:86899c73438812b2761ac6fa435ea4e65f68e70d1ae54ac806fec8805d1ce011 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -942,7 +942,7 @@ spec: - serve command: - hubble-relay - image: quay.io/cilium/hubble-relay:v1.18.10@sha256:6f320095640b8e7bb4c1c9efdd0ed46302d0d684c3ea04eb341ca7e0618ef740 + image: quay.io/cilium/hubble-relay:v1.18.12@sha256:308b186791faf8a8a9322ce64d2e12f66fa82a3f4659e7a79b31829b6195df61 imagePullPolicy: IfNotPresent livenessProbe: tcpSocket: @@ -1128,7 +1128,7 @@ spec: value: 192.168.48.100 - name: KUBERNETES_SERVICE_PORT value: '6443' - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -1250,7 +1250,7 @@ spec: value: 192.168.48.100 - name: KUBERNETES_SERVICE_PORT value: '6443' - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent name: config terminationMessagePolicy: FallbackToLogsOnError @@ -1263,7 +1263,7 @@ spec: - /bin/bash - -c - -- - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent name: mount-bpf-fs securityContext: @@ -1292,7 +1292,7 @@ spec: value: 192.168.48.100 - name: KUBERNETES_SERVICE_PORT value: '6443' - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent name: clean-cilium-state resources: @@ -1321,7 +1321,7 @@ spec: name: cilium-run - command: - /install-plugin.sh - image: quay.io/cilium/cilium:v1.18.10@sha256:dd573bc2f7213dbd978e564a363ecaad060e9578ed557b92b53e42eeeb0f2294 + image: quay.io/cilium/cilium:v1.18.12@sha256:94149589d9b77fe3a78f900121b36fab51b1ede0c4190924e2328facc37de210 imagePullPolicy: IfNotPresent name: install-cni-binaries resources: diff --git a/kubernetes/subterra/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/subterra/apps/kube-system/cilium/app/helmrelease.yaml index 437c61be17..33dedf2d2d 100644 --- a/kubernetes/subterra/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/subterra/apps/kube-system/cilium/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: spec: # renovate: registryUrl=https://helm.cilium.io chart: cilium - version: 1.18.10 + version: 1.18.12 interval: 30m sourceRef: kind: HelmRepository