From 927a4bbc05791074e7ca7ec1a20a91a79daddfbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:41:57 +0000 Subject: [PATCH] feat(helm): update cilium group | datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | helm | cilium | 1.18.5 | 1.19.0 | | docker | quay.io/cilium/cilium | v1.18.5 | v1.19.0 | | docker | quay.io/cilium/hubble-relay | v1.18.5 | v1.19.0 | | docker | quay.io/cilium/operator-generic | v1.18.5 | v1.19.0 | --- .../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 31cbcc2b3..50b63b765 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.5 + version: 1.19.0 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 88a8b2ae8..33c712596 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.5@sha256:36c3f6f14c8ced7f45b40b0a927639894b44269dd653f9528e7a0dc363a4eb99 + image: quay.io/cilium/operator-generic:v1.19.0@sha256:5b04006015e5800307dc6314676edc4c0bb7ac2fc7848be2b94b43bb030ab648 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -942,7 +942,7 @@ spec: - serve command: - hubble-relay - image: quay.io/cilium/hubble-relay:v1.18.5@sha256:17212962c92ff52384f94e407ffe3698714fcbd35c7575f67f24032d6224e446 + image: quay.io/cilium/hubble-relay:v1.19.0@sha256:7f17e5bb51a9f35bbc8e7a9ad5e347f03ff8003c2e5cc81171e8727a10bf03b4 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.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 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.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 imagePullPolicy: IfNotPresent name: config terminationMessagePolicy: FallbackToLogsOnError @@ -1263,7 +1263,7 @@ spec: - /bin/bash - -c - -- - image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 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.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 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.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 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 5c2e027b9..726e7a44d 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.5 + version: 1.19.0 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 31cbcc2b3..50b63b765 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.5 + version: 1.19.0 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 4572f819e..550114482 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.5@sha256:36c3f6f14c8ced7f45b40b0a927639894b44269dd653f9528e7a0dc363a4eb99 + image: quay.io/cilium/operator-generic:v1.19.0@sha256:5b04006015e5800307dc6314676edc4c0bb7ac2fc7848be2b94b43bb030ab648 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -942,7 +942,7 @@ spec: - serve command: - hubble-relay - image: quay.io/cilium/hubble-relay:v1.18.5@sha256:17212962c92ff52384f94e407ffe3698714fcbd35c7575f67f24032d6224e446 + image: quay.io/cilium/hubble-relay:v1.19.0@sha256:7f17e5bb51a9f35bbc8e7a9ad5e347f03ff8003c2e5cc81171e8727a10bf03b4 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.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 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.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 imagePullPolicy: IfNotPresent name: config terminationMessagePolicy: FallbackToLogsOnError @@ -1263,7 +1263,7 @@ spec: - /bin/bash - -c - -- - image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 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.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 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.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628 + image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60 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 b316bbf3c..85ece8739 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.5 + version: 1.19.0 interval: 30m sourceRef: kind: HelmRepository