Skip to content

Commit 927a4bb

Browse files
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 |
1 parent 35c809e commit 927a4bb

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

kubernetes/berries/apps/kube-system/cilium/app/bootstrap/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace: kube-system
66
helmCharts:
77
- name: cilium
88
repo: https://helm.cilium.io/
9-
version: 1.18.5
9+
version: 1.19.0
1010
releaseName: cilium
1111
includeCRDs: true
1212
namespace: kube-system

kubernetes/berries/apps/kube-system/cilium/app/bootstrap/manifest.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ spec:
857857
value: 172.16.30.100
858858
- name: KUBERNETES_SERVICE_PORT
859859
value: '6443'
860-
image: quay.io/cilium/operator-generic:v1.18.5@sha256:36c3f6f14c8ced7f45b40b0a927639894b44269dd653f9528e7a0dc363a4eb99
860+
image: quay.io/cilium/operator-generic:v1.19.0@sha256:5b04006015e5800307dc6314676edc4c0bb7ac2fc7848be2b94b43bb030ab648
861861
imagePullPolicy: IfNotPresent
862862
livenessProbe:
863863
httpGet:
@@ -942,7 +942,7 @@ spec:
942942
- serve
943943
command:
944944
- hubble-relay
945-
image: quay.io/cilium/hubble-relay:v1.18.5@sha256:17212962c92ff52384f94e407ffe3698714fcbd35c7575f67f24032d6224e446
945+
image: quay.io/cilium/hubble-relay:v1.19.0@sha256:7f17e5bb51a9f35bbc8e7a9ad5e347f03ff8003c2e5cc81171e8727a10bf03b4
946946
imagePullPolicy: IfNotPresent
947947
livenessProbe:
948948
tcpSocket:
@@ -1128,7 +1128,7 @@ spec:
11281128
value: 172.16.30.100
11291129
- name: KUBERNETES_SERVICE_PORT
11301130
value: '6443'
1131-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1131+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
11321132
imagePullPolicy: IfNotPresent
11331133
lifecycle:
11341134
preStop:
@@ -1250,7 +1250,7 @@ spec:
12501250
value: 172.16.30.100
12511251
- name: KUBERNETES_SERVICE_PORT
12521252
value: '6443'
1253-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1253+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
12541254
imagePullPolicy: IfNotPresent
12551255
name: config
12561256
terminationMessagePolicy: FallbackToLogsOnError
@@ -1263,7 +1263,7 @@ spec:
12631263
- /bin/bash
12641264
- -c
12651265
- --
1266-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1266+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
12671267
imagePullPolicy: IfNotPresent
12681268
name: mount-bpf-fs
12691269
securityContext:
@@ -1292,7 +1292,7 @@ spec:
12921292
value: 172.16.30.100
12931293
- name: KUBERNETES_SERVICE_PORT
12941294
value: '6443'
1295-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1295+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
12961296
imagePullPolicy: IfNotPresent
12971297
name: clean-cilium-state
12981298
resources:
@@ -1321,7 +1321,7 @@ spec:
13211321
name: cilium-run
13221322
- command:
13231323
- /install-plugin.sh
1324-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1324+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
13251325
imagePullPolicy: IfNotPresent
13261326
name: install-cni-binaries
13271327
resources:

kubernetes/berries/apps/kube-system/cilium/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
spec:
1010
# renovate: registryUrl=https://helm.cilium.io
1111
chart: cilium
12-
version: 1.18.5
12+
version: 1.19.0
1313
interval: 30m
1414
sourceRef:
1515
kind: HelmRepository

kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace: kube-system
66
helmCharts:
77
- name: cilium
88
repo: https://helm.cilium.io/
9-
version: 1.18.5
9+
version: 1.19.0
1010
releaseName: cilium
1111
includeCRDs: true
1212
namespace: kube-system

kubernetes/subterra/apps/kube-system/cilium/app/bootstrap/manifest.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ spec:
857857
value: 192.168.48.100
858858
- name: KUBERNETES_SERVICE_PORT
859859
value: '6443'
860-
image: quay.io/cilium/operator-generic:v1.18.5@sha256:36c3f6f14c8ced7f45b40b0a927639894b44269dd653f9528e7a0dc363a4eb99
860+
image: quay.io/cilium/operator-generic:v1.19.0@sha256:5b04006015e5800307dc6314676edc4c0bb7ac2fc7848be2b94b43bb030ab648
861861
imagePullPolicy: IfNotPresent
862862
livenessProbe:
863863
httpGet:
@@ -942,7 +942,7 @@ spec:
942942
- serve
943943
command:
944944
- hubble-relay
945-
image: quay.io/cilium/hubble-relay:v1.18.5@sha256:17212962c92ff52384f94e407ffe3698714fcbd35c7575f67f24032d6224e446
945+
image: quay.io/cilium/hubble-relay:v1.19.0@sha256:7f17e5bb51a9f35bbc8e7a9ad5e347f03ff8003c2e5cc81171e8727a10bf03b4
946946
imagePullPolicy: IfNotPresent
947947
livenessProbe:
948948
tcpSocket:
@@ -1128,7 +1128,7 @@ spec:
11281128
value: 192.168.48.100
11291129
- name: KUBERNETES_SERVICE_PORT
11301130
value: '6443'
1131-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1131+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
11321132
imagePullPolicy: IfNotPresent
11331133
lifecycle:
11341134
preStop:
@@ -1250,7 +1250,7 @@ spec:
12501250
value: 192.168.48.100
12511251
- name: KUBERNETES_SERVICE_PORT
12521252
value: '6443'
1253-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1253+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
12541254
imagePullPolicy: IfNotPresent
12551255
name: config
12561256
terminationMessagePolicy: FallbackToLogsOnError
@@ -1263,7 +1263,7 @@ spec:
12631263
- /bin/bash
12641264
- -c
12651265
- --
1266-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1266+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
12671267
imagePullPolicy: IfNotPresent
12681268
name: mount-bpf-fs
12691269
securityContext:
@@ -1292,7 +1292,7 @@ spec:
12921292
value: 192.168.48.100
12931293
- name: KUBERNETES_SERVICE_PORT
12941294
value: '6443'
1295-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1295+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
12961296
imagePullPolicy: IfNotPresent
12971297
name: clean-cilium-state
12981298
resources:
@@ -1321,7 +1321,7 @@ spec:
13211321
name: cilium-run
13221322
- command:
13231323
- /install-plugin.sh
1324-
image: quay.io/cilium/cilium:v1.18.5@sha256:2c92fb05962a346eaf0ce11b912ba434dc10bd54b9989e970416681f4a069628
1324+
image: quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60
13251325
imagePullPolicy: IfNotPresent
13261326
name: install-cni-binaries
13271327
resources:

kubernetes/subterra/apps/kube-system/cilium/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
spec:
1010
# renovate: registryUrl=https://helm.cilium.io
1111
chart: cilium
12-
version: 1.18.5
12+
version: 1.19.0
1313
interval: 30m
1414
sourceRef:
1515
kind: HelmRepository

0 commit comments

Comments
 (0)