Skip to content

Commit c46685b

Browse files
committed
Update Helm release cilium to v1.17.2
Signed-off-by: Renovate Bot <[email protected]>
1 parent 6c2f1e6 commit c46685b

File tree

73 files changed

+734
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+734
-97
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ parameters:
125125
charts:
126126
cilium:
127127
source: https://helm.cilium.io
128-
version: "1.16.4"
128+
version: "1.17.2"
129129
cilium-enterprise:
130130
source: "<CILIUM-ENTERPRISE-CHART-REPO-URL>" # Configure the Chart repository URL in your global defaults
131131
version: "1.16.4"

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/cilium-agent/daemonset.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
resourceFieldRef:
5555
divisor: '1'
5656
resource: limits.memory
57-
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
57+
image: quay.io/cilium/cilium:v1.17.2@sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1
5858
imagePullPolicy: IfNotPresent
5959
lifecycle:
6060
postStart:
@@ -178,6 +178,9 @@ spec:
178178
name: bpf-maps
179179
- mountPath: /var/run/cilium
180180
name: cilium-run
181+
- mountPath: /var/run/cilium/netns
182+
mountPropagation: HostToContainer
183+
name: cilium-netns
181184
- mountPath: /host/etc/cni/net.d
182185
name: etc-cni-netd
183186
- mountPath: /var/lib/cilium/clustermesh
@@ -206,7 +209,7 @@ spec:
206209
fieldRef:
207210
apiVersion: v1
208211
fieldPath: metadata.namespace
209-
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
212+
image: quay.io/cilium/cilium:v1.17.2@sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1
210213
imagePullPolicy: IfNotPresent
211214
name: config
212215
terminationMessagePolicy: FallbackToLogsOnError
@@ -225,7 +228,7 @@ spec:
225228
value: /run/cilium/cgroupv2
226229
- name: BIN_PATH
227230
value: /var/lib/cni/bin
228-
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
231+
image: quay.io/cilium/cilium:v1.17.2@sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1
229232
imagePullPolicy: IfNotPresent
230233
name: mount-cgroup
231234
securityContext:
@@ -255,7 +258,7 @@ spec:
255258
env:
256259
- name: BIN_PATH
257260
value: /var/lib/cni/bin
258-
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
261+
image: quay.io/cilium/cilium:v1.17.2@sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1
259262
imagePullPolicy: IfNotPresent
260263
name: apply-sysctl-overwrites
261264
securityContext:
@@ -281,7 +284,7 @@ spec:
281284
- /bin/bash
282285
- -c
283286
- --
284-
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
287+
image: quay.io/cilium/cilium:v1.17.2@sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1
285288
imagePullPolicy: IfNotPresent
286289
name: mount-bpf-fs
287290
securityContext:
@@ -312,7 +315,7 @@ spec:
312315
key: write-cni-conf-when-ready
313316
name: cilium-config
314317
optional: true
315-
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
318+
image: quay.io/cilium/cilium:v1.17.2@sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1
316319
imagePullPolicy: IfNotPresent
317320
name: clean-cilium-state
318321
securityContext:
@@ -338,7 +341,7 @@ spec:
338341
name: cilium-run
339342
- command:
340343
- /install-plugin.sh
341-
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
344+
image: quay.io/cilium/cilium:v1.17.2@sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1
342345
imagePullPolicy: IfNotPresent
343346
name: install-cni-binaries
344347
resources:
@@ -371,6 +374,10 @@ spec:
371374
path: /var/run/cilium
372375
type: DirectoryOrCreate
373376
name: cilium-run
377+
- hostPath:
378+
path: /var/run/netns
379+
type: DirectoryOrCreate
380+
name: cilium-netns
374381
- hostPath:
375382
path: /sys/fs/bpf
376383
type: DirectoryOrCreate

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/cilium-agent/role.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,20 @@ rules:
3131
- get
3232
- list
3333
- watch
34+
---
35+
apiVersion: rbac.authorization.k8s.io/v1
36+
kind: Role
37+
metadata:
38+
labels:
39+
app.kubernetes.io/part-of: cilium
40+
name: cilium-tlsinterception-secrets
41+
namespace: cilium-secrets
42+
rules:
43+
- apiGroups:
44+
- ''
45+
resources:
46+
- secrets
47+
verbs:
48+
- get
49+
- list
50+
- watch

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/cilium-agent/rolebinding.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,19 @@ subjects:
2929
- kind: ServiceAccount
3030
name: cilium
3131
namespace: cilium
32+
---
33+
apiVersion: rbac.authorization.k8s.io/v1
34+
kind: RoleBinding
35+
metadata:
36+
labels:
37+
app.kubernetes.io/part-of: cilium
38+
name: cilium-tlsinterception-secrets
39+
namespace: cilium-secrets
40+
roleRef:
41+
apiGroup: rbac.authorization.k8s.io
42+
kind: Role
43+
name: cilium-tlsinterception-secrets
44+
subjects:
45+
- kind: ServiceAccount
46+
name: cilium
47+
namespace: cilium

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/cilium-agent/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ spec:
2121
- cilium
2222
selector:
2323
matchLabels:
24-
k8s-app: cilium
24+
app.kubernetes.io/name: cilium-agent
2525
targetLabels:
2626
- k8s-app

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/cilium-configmap.yaml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ data:
44
arping-refresh-period: 30s
55
auto-direct-node-routes: 'false'
66
bgp-secrets-namespace: kube-system
7+
bpf-distributed-lru: 'false'
78
bpf-events-drop-enabled: 'true'
89
bpf-events-policy-verdict-enabled: 'true'
910
bpf-events-trace-enabled: 'true'
1011
bpf-lb-acceleration: disabled
12+
bpf-lb-algorithm-annotation: 'false'
1113
bpf-lb-external-clusterip: 'false'
1214
bpf-lb-map-max: '65536'
15+
bpf-lb-mode-annotation: 'false'
1316
bpf-lb-sock: 'false'
14-
bpf-lb-sock-terminate-pod-connections: 'false'
17+
bpf-lb-source-range-all-types: 'false'
1518
bpf-map-dynamic-size-ratio: '0.0025'
1619
bpf-policy-map-max: '16384'
1720
bpf-root: /sys/fs/bpf
@@ -30,21 +33,26 @@ data:
3033
datapath-mode: veth
3134
debug: 'false'
3235
debug-verbose: ''
36+
default-lb-service-ipam: lbipam
3337
direct-routing-skip-unreachable: 'false'
3438
dnsproxy-enable-transparent-mode: 'true'
3539
dnsproxy-socket-linger-timeout: '10'
3640
egress-gateway-reconciliation-trigger-interval: 1s
3741
enable-auto-protect-node-port-range: 'true'
3842
enable-bgp-control-plane: 'true'
43+
enable-bgp-control-plane-status-report: 'true'
3944
enable-bpf-clock-probe: 'false'
4045
enable-bpf-masquerade: 'true'
4146
enable-endpoint-health-checking: 'true'
47+
enable-endpoint-lockdown-on-policy-overflow: 'false'
4248
enable-endpoint-routes: 'true'
49+
enable-experimental-lb: 'false'
4350
enable-health-check-loadbalancer-ip: 'false'
4451
enable-health-check-nodeport: 'true'
4552
enable-health-checking: 'true'
4653
enable-hubble: 'true'
4754
enable-hubble-open-metrics: 'false'
55+
enable-internal-traffic-policy: 'true'
4856
enable-ipv4: 'true'
4957
enable-ipv4-big-tcp: 'false'
5058
enable-ipv4-masquerade: 'true'
@@ -55,20 +63,27 @@ data:
5563
enable-k8s-terminating-endpoint: 'true'
5664
enable-l2-neigh-discovery: 'true'
5765
enable-l7-proxy: 'true'
66+
enable-lb-ipam: 'true'
5867
enable-local-redirect-policy: 'false'
5968
enable-masquerade-to-route-source: 'false'
6069
enable-node-selector-labels: 'false'
70+
enable-non-default-deny-policies: 'true'
6171
enable-policy: default
72+
enable-policy-secrets-sync: 'true'
6273
enable-runtime-device-detection: 'true'
6374
enable-sctp: 'false'
75+
enable-source-ip-verification: 'true'
6476
enable-svc-source-range-check: 'true'
6577
enable-tcx: 'true'
6678
enable-vtep: 'false'
6779
enable-well-known-identities: 'false'
6880
enable-xt-socket-fallback: 'true'
81+
envoy-access-log-buffer-size: '4096'
6982
envoy-base-id: '0'
7083
envoy-keep-cap-netbindservice: 'false'
7184
external-envoy-proxy: 'false'
85+
health-check-icmp-failure-threshold: '3'
86+
http-retry-count: '3'
7287
hubble-disable-tls: 'true'
7388
hubble-export-file-max-backups: '5'
7489
hubble-export-file-max-size-mb: '10'
@@ -85,6 +100,7 @@ data:
85100
install-no-conntrack-iptables-rules: 'false'
86101
ipam: cluster-pool
87102
ipam-cilium-node-update-rate: 15s
103+
iptables-random-fully: 'false'
88104
k8s-client-burst: '30'
89105
k8s-client-qps: '15'
90106
k8s-require-ipv4-pod-cidr: 'false'
@@ -106,12 +122,15 @@ data:
106122
nodes-gc-interval: 5m0s
107123
operator-api-serve-addr: 127.0.0.1:9234
108124
policy-cidr-match-mode: ''
125+
policy-secrets-namespace: cilium-secrets
126+
policy-secrets-only-from-secrets-namespace: 'true'
109127
preallocate-bpf-maps: 'false'
110128
procfs: /host/proc
111129
prometheus-serve-addr: :9962
112130
proxy-connect-timeout: '2'
113131
proxy-idle-timeout-seconds: '60'
114132
proxy-initial-fetch-timeout: '30'
133+
proxy-max-concurrent-retries: '128'
115134
proxy-max-connection-duration-seconds: '0'
116135
proxy-max-requests-per-connection: '0'
117136
proxy-prometheus-port: '9964'
@@ -125,11 +144,12 @@ data:
125144
synchronize-k8s-nodes: 'true'
126145
tofqdns-dns-reject-response-code: refused
127146
tofqdns-enable-dns-compression: 'true'
128-
tofqdns-endpoint-max-ip-per-hostname: '50'
147+
tofqdns-endpoint-max-ip-per-hostname: '1000'
129148
tofqdns-idle-connection-grace-period: 0s
130149
tofqdns-max-deferred-connection-deletes: '10000'
131150
tofqdns-proxy-response-max-delay: 100ms
132151
tunnel-protocol: vxlan
152+
tunnel-source-port-range: 0-0
133153
unmanaged-pod-watcher-interval: '15'
134154
vtep-cidr: ''
135155
vtep-endpoint: ''

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/cilium-operator/clusterrole.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ rules:
5555
- ''
5656
resources:
5757
- namespaces
58+
- secrets
5859
verbs:
5960
- get
6061
- list
@@ -137,6 +138,13 @@ rules:
137138
- watch
138139
- delete
139140
- patch
141+
- apiGroups:
142+
- cilium.io
143+
resources:
144+
- ciliumbgpclusterconfigs/status
145+
- ciliumbgppeerconfigs/status
146+
verbs:
147+
- update
140148
- apiGroups:
141149
- apiextensions.k8s.io
142150
resources:
@@ -183,6 +191,7 @@ rules:
183191
- ciliumbgppeeringpolicies
184192
- ciliumbgpclusterconfigs
185193
- ciliumbgpnodeconfigoverrides
194+
- ciliumbgppeerconfigs
186195
verbs:
187196
- get
188197
- list

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/cilium-operator/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
key: debug
6060
name: cilium-config
6161
optional: true
62-
image: quay.io/cilium/operator-generic:v1.16.4@sha256:c55a7cbe19fe0b6b28903a085334edb586a3201add9db56d2122c8485f7a51c5
62+
image: quay.io/cilium/operator-generic:v1.17.2@sha256:81f2d7198366e8dec2903a3a8361e4c68d47d19c68a0d42f0b7b6e3f0523f249
6363
imagePullPolicy: IfNotPresent
6464
livenessProbe:
6565
httpGet:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: Role
3+
metadata:
4+
labels:
5+
app.kubernetes.io/part-of: cilium
6+
name: cilium-operator-tlsinterception-secrets
7+
namespace: cilium-secrets
8+
rules:
9+
- apiGroups:
10+
- ''
11+
resources:
12+
- secrets
13+
verbs:
14+
- create
15+
- delete
16+
- update
17+
- patch
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: RoleBinding
3+
metadata:
4+
labels:
5+
app.kubernetes.io/part-of: cilium
6+
name: cilium-operator-tlsinterception-secrets
7+
namespace: cilium-secrets
8+
roleRef:
9+
apiGroup: rbac.authorization.k8s.io
10+
kind: Role
11+
name: cilium-operator-tlsinterception-secrets
12+
subjects:
13+
- kind: ServiceAccount
14+
name: cilium-operator
15+
namespace: cilium
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
labels:
5+
app.kubernetes.io/part-of: cilium
6+
name: cilium-secrets

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/hubble-relay/configmap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
22
data:
3-
config.yaml: "cluster-name: default\npeer-service: \"hubble-peer.cilium.svc.cluster.local:80\"\
4-
\nlisten-address: :4245\ngops: true\ngops-port: \"9893\"\ndial-timeout: \nretry-timeout:\
5-
\ \nsort-buffer-len-max: \nsort-buffer-drain-timeout: \ndisable-client-tls: true\n\
6-
\ndisable-server-tls: true\n"
3+
config.yaml: "cluster-name: default\npeer-service: \"hubble-peer.cilium.svc.cluster.local.:80\"\
4+
\nlisten-address: :4245\ngops: true\ngops-port: \"9893\"\nretry-timeout: \nsort-buffer-len-max:\
5+
\ \nsort-buffer-drain-timeout: \ndisable-client-tls: true\n\ndisable-server-tls:\
6+
\ true\n"
77
kind: ConfigMap
88
metadata:
99
name: hubble-relay-config

tests/golden/bgp-control-plane/cilium/cilium/01_cilium_helmchart/cilium/templates/hubble-relay/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- serve
3838
command:
3939
- hubble-relay
40-
image: quay.io/cilium/hubble-relay:v1.16.4@sha256:fb2c7d127a1c809f6ba23c05973f3dd00f6b6a48e4aee2da95db925a4f0351d2
40+
image: quay.io/cilium/hubble-relay:v1.17.2@sha256:42a8db5c256c516cacb5b8937c321b2373ad7a6b0a1e5a5120d5028433d586cc
4141
imagePullPolicy: IfNotPresent
4242
livenessProbe:
4343
failureThreshold: 12

0 commit comments

Comments
 (0)