Skip to content

Update Helm release cilium to v1.16.10 #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ parameters:
charts:
cilium:
source: https://helm.cilium.io
version: "1.16.4"
version: "1.16.10"
cilium-enterprise:
source: "<CILIUM-ENTERPRISE-CHART-REPO-URL>" # Configure the Chart repository URL in your global defaults
version: "1.16.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
resourceFieldRef:
divisor: '1'
resource: limits.memory
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -93,6 +93,8 @@ spec:
httpHeaders:
- name: brief
value: 'true'
- name: require-k8s-connectivity
value: 'true'
path: /healthz
port: 9879
scheme: HTTP
Expand Down Expand Up @@ -178,6 +180,9 @@ spec:
name: bpf-maps
- mountPath: /var/run/cilium
name: cilium-run
- mountPath: /var/run/cilium/netns
mountPropagation: HostToContainer
name: cilium-netns
- mountPath: /host/etc/cni/net.d
name: etc-cni-netd
- mountPath: /var/lib/cilium/clustermesh
Expand Down Expand Up @@ -206,7 +211,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: config
terminationMessagePolicy: FallbackToLogsOnError
Expand All @@ -225,7 +230,7 @@ spec:
value: /run/cilium/cgroupv2
- name: BIN_PATH
value: /var/lib/cni/bin
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: mount-cgroup
securityContext:
Expand Down Expand Up @@ -255,7 +260,7 @@ spec:
env:
- name: BIN_PATH
value: /var/lib/cni/bin
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: apply-sysctl-overwrites
securityContext:
Expand All @@ -281,7 +286,7 @@ spec:
- /bin/bash
- -c
- --
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: mount-bpf-fs
securityContext:
Expand Down Expand Up @@ -312,7 +317,7 @@ spec:
key: write-cni-conf-when-ready
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: clean-cilium-state
securityContext:
Expand All @@ -338,7 +343,7 @@ spec:
name: cilium-run
- command:
- /install-plugin.sh
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: install-cni-binaries
resources:
Expand Down Expand Up @@ -371,6 +376,10 @@ spec:
path: /var/run/cilium
type: DirectoryOrCreate
name: cilium-run
- hostPath:
path: /var/run/netns
type: DirectoryOrCreate
name: cilium-netns
- hostPath:
path: /sys/fs/bpf
type: DirectoryOrCreate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ data:
bpf-lb-external-clusterip: 'false'
bpf-lb-map-max: '65536'
bpf-lb-sock: 'false'
bpf-lb-sock-terminate-pod-connections: 'false'
bpf-map-dynamic-size-ratio: '0.0025'
bpf-policy-map-max: '16384'
bpf-root: /sys/fs/bpf
Expand Down Expand Up @@ -66,6 +65,7 @@ data:
enable-vtep: 'false'
enable-well-known-identities: 'false'
enable-xt-socket-fallback: 'true'
envoy-access-log-buffer-size: '4096'
envoy-base-id: '0'
envoy-keep-cap-netbindservice: 'false'
external-envoy-proxy: 'false'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
key: debug
name: cilium-config
optional: true
image: quay.io/cilium/operator-generic:v1.16.4@sha256:c55a7cbe19fe0b6b28903a085334edb586a3201add9db56d2122c8485f7a51c5
image: quay.io/cilium/operator-generic:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
data:
config.yaml: "cluster-name: default\npeer-service: \"hubble-peer.cilium.svc.cluster.local:80\"\
config.yaml: "cluster-name: default\npeer-service: \"hubble-peer.cilium.svc.cluster.local.:80\"\
\nlisten-address: :4245\ngops: true\ngops-port: \"9893\"\ndial-timeout: \nretry-timeout:\
\ \nsort-buffer-len-max: \nsort-buffer-drain-timeout: \ndisable-client-tls: true\n\
\ndisable-server-tls: true\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- serve
command:
- hubble-relay
image: quay.io/cilium/hubble-relay:v1.16.4@sha256:fb2c7d127a1c809f6ba23c05973f3dd00f6b6a48e4aee2da95db925a4f0351d2
image: quay.io/cilium/hubble-relay:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
resourceFieldRef:
divisor: '1'
resource: limits.memory
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -93,6 +93,8 @@ spec:
httpHeaders:
- name: brief
value: 'true'
- name: require-k8s-connectivity
value: 'true'
path: /healthz
port: 9879
scheme: HTTP
Expand Down Expand Up @@ -178,6 +180,9 @@ spec:
name: bpf-maps
- mountPath: /var/run/cilium
name: cilium-run
- mountPath: /var/run/cilium/netns
mountPropagation: HostToContainer
name: cilium-netns
- mountPath: /host/etc/cni/net.d
name: etc-cni-netd
- mountPath: /var/lib/cilium/clustermesh
Expand Down Expand Up @@ -206,7 +211,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: config
terminationMessagePolicy: FallbackToLogsOnError
Expand All @@ -225,7 +230,7 @@ spec:
value: /run/cilium/cgroupv2
- name: BIN_PATH
value: /var/lib/cni/bin
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: mount-cgroup
securityContext:
Expand Down Expand Up @@ -255,7 +260,7 @@ spec:
env:
- name: BIN_PATH
value: /var/lib/cni/bin
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: apply-sysctl-overwrites
securityContext:
Expand All @@ -281,7 +286,7 @@ spec:
- /bin/bash
- -c
- --
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: mount-bpf-fs
securityContext:
Expand Down Expand Up @@ -312,7 +317,7 @@ spec:
key: write-cni-conf-when-ready
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: clean-cilium-state
securityContext:
Expand All @@ -338,7 +343,7 @@ spec:
name: cilium-run
- command:
- /install-plugin.sh
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: install-cni-binaries
resources:
Expand Down Expand Up @@ -371,6 +376,10 @@ spec:
path: /var/run/cilium
type: DirectoryOrCreate
name: cilium-run
- hostPath:
path: /var/run/netns
type: DirectoryOrCreate
name: cilium-netns
- hostPath:
path: /sys/fs/bpf
type: DirectoryOrCreate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ data:
bpf-lb-external-clusterip: 'false'
bpf-lb-map-max: '65536'
bpf-lb-sock: 'false'
bpf-lb-sock-terminate-pod-connections: 'false'
bpf-map-dynamic-size-ratio: '0.0025'
bpf-policy-map-max: '16384'
bpf-root: /sys/fs/bpf
Expand Down Expand Up @@ -64,6 +63,7 @@ data:
enable-vtep: 'false'
enable-well-known-identities: 'false'
enable-xt-socket-fallback: 'true'
envoy-access-log-buffer-size: '4096'
envoy-base-id: '0'
envoy-keep-cap-netbindservice: 'false'
external-envoy-proxy: 'false'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
key: debug
name: cilium-config
optional: true
image: quay.io/cilium/operator-generic:v1.16.4@sha256:c55a7cbe19fe0b6b28903a085334edb586a3201add9db56d2122c8485f7a51c5
image: quay.io/cilium/operator-generic:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
data:
config.yaml: "cluster-name: default\npeer-service: \"hubble-peer.cilium.svc.cluster.local:80\"\
config.yaml: "cluster-name: default\npeer-service: \"hubble-peer.cilium.svc.cluster.local.:80\"\
\nlisten-address: :4245\ngops: true\ngops-port: \"9893\"\ndial-timeout: \nretry-timeout:\
\ \nsort-buffer-len-max: \nsort-buffer-drain-timeout: \ndisable-client-tls: true\n\
\ndisable-server-tls: true\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- serve
command:
- hubble-relay
image: quay.io/cilium/hubble-relay:v1.16.4@sha256:fb2c7d127a1c809f6ba23c05973f3dd00f6b6a48e4aee2da95db925a4f0351d2
image: quay.io/cilium/hubble-relay:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
resourceFieldRef:
divisor: '1'
resource: limits.memory
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -93,6 +93,8 @@ spec:
httpHeaders:
- name: brief
value: 'true'
- name: require-k8s-connectivity
value: 'true'
path: /healthz
port: 9879
scheme: HTTP
Expand Down Expand Up @@ -178,6 +180,9 @@ spec:
name: bpf-maps
- mountPath: /var/run/cilium
name: cilium-run
- mountPath: /var/run/cilium/netns
mountPropagation: HostToContainer
name: cilium-netns
- mountPath: /host/etc/cni/net.d
name: etc-cni-netd
- mountPath: /var/lib/cilium/clustermesh
Expand Down Expand Up @@ -206,7 +211,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: config
terminationMessagePolicy: FallbackToLogsOnError
Expand All @@ -225,7 +230,7 @@ spec:
value: /run/cilium/cgroupv2
- name: BIN_PATH
value: /var/lib/cni/bin
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: mount-cgroup
securityContext:
Expand Down Expand Up @@ -255,7 +260,7 @@ spec:
env:
- name: BIN_PATH
value: /var/lib/cni/bin
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: apply-sysctl-overwrites
securityContext:
Expand All @@ -281,7 +286,7 @@ spec:
- /bin/bash
- -c
- --
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: mount-bpf-fs
securityContext:
Expand Down Expand Up @@ -312,7 +317,7 @@ spec:
key: write-cni-conf-when-ready
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: clean-cilium-state
securityContext:
Expand All @@ -338,7 +343,7 @@ spec:
name: cilium-run
- command:
- /install-plugin.sh
image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
image: quay.io/cilium/cilium:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
name: install-cni-binaries
resources:
Expand Down Expand Up @@ -371,6 +376,10 @@ spec:
path: /var/run/cilium
type: DirectoryOrCreate
name: cilium-run
- hostPath:
path: /var/run/netns
type: DirectoryOrCreate
name: cilium-netns
- hostPath:
path: /sys/fs/bpf
type: DirectoryOrCreate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ data:
bpf-lb-external-clusterip: 'false'
bpf-lb-map-max: '65536'
bpf-lb-sock: 'false'
bpf-lb-sock-terminate-pod-connections: 'false'
bpf-map-dynamic-size-ratio: '0.0025'
bpf-policy-map-max: '16384'
bpf-root: /sys/fs/bpf
Expand Down Expand Up @@ -65,6 +64,7 @@ data:
enable-vtep: 'false'
enable-well-known-identities: 'false'
enable-xt-socket-fallback: 'true'
envoy-access-log-buffer-size: '4096'
envoy-base-id: '0'
envoy-keep-cap-netbindservice: 'false'
external-envoy-proxy: 'false'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
key: debug
name: cilium-config
optional: true
image: quay.io/cilium/operator-generic:v1.16.4@sha256:c55a7cbe19fe0b6b28903a085334edb586a3201add9db56d2122c8485f7a51c5
image: quay.io/cilium/operator-generic:v1.16.10@%!s(<nil>)
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Loading