Automated Manifest Update (#3731)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3731
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3731.
This commit is contained in:
2026-02-05 04:09:43 +00:00
committed by Alex Lebens
parent 76ad93fd52
commit 41664cb970
14 changed files with 106 additions and 57 deletions

View File

@@ -18,7 +18,7 @@ spec:
template:
metadata:
annotations:
cilium.io/cilium-configmap-checksum: "31ad7748e0aefe75b6436d96c8c85754e0b44e68e6012fa188bc5bcd66085828"
cilium.io/cilium-configmap-checksum: "9353df2d60b1fc5f552e5a2b44bb26b18afa3934939b033438f85fb57e1a0b50"
kubectl.kubernetes.io/default-container: cilium-agent
labels:
k8s-app: cilium
@@ -32,7 +32,7 @@ spec:
type: Unconfined
containers:
- name: cilium-agent
image: "quay.io/cilium/cilium:v1.18.6@sha256:42ec562a5ff6c8a860c0639f5a7611685e253fd9eb2d2fcdade693724c9166a4"
image: "quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60"
imagePullPolicy: IfNotPresent
command:
- cilium-agent
@@ -42,7 +42,7 @@ spec:
httpGet:
host: "127.0.0.1"
path: /healthz
port: 9879
port: health
scheme: HTTP
httpHeaders:
- name: "brief"
@@ -55,7 +55,7 @@ spec:
httpGet:
host: "127.0.0.1"
path: /healthz
port: 9879
port: health
scheme: HTTP
httpHeaders:
- name: "brief"
@@ -70,7 +70,7 @@ spec:
httpGet:
host: "127.0.0.1"
path: /healthz
port: 9879
port: health
scheme: HTTP
httpHeaders:
- name: "brief"
@@ -136,6 +136,10 @@ spec:
command:
- /cni-uninstall.sh
ports:
- name: health
containerPort: 9879
hostPort: 9879
protocol: TCP
- name: peer-service
containerPort: 4244
hostPort: 4244
@@ -201,7 +205,7 @@ spec:
mountPath: /tmp
initContainers:
- name: config
image: "quay.io/cilium/cilium:v1.18.6@sha256:42ec562a5ff6c8a860c0639f5a7611685e253fd9eb2d2fcdade693724c9166a4"
image: "quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60"
imagePullPolicy: IfNotPresent
command:
- cilium-dbg
@@ -225,8 +229,14 @@ spec:
- name: tmp
mountPath: /tmp
terminationMessagePolicy: FallbackToLogsOnError
securityContext:
capabilities:
add:
- NET_ADMIN
drop:
- ALL
- name: apply-sysctl-overwrites
image: "quay.io/cilium/cilium:v1.18.6@sha256:42ec562a5ff6c8a860c0639f5a7611685e253fd9eb2d2fcdade693724c9166a4"
image: "quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60"
imagePullPolicy: IfNotPresent
env:
- name: BIN_PATH
@@ -256,7 +266,7 @@ spec:
drop:
- ALL
- name: mount-bpf-fs
image: "quay.io/cilium/cilium:v1.18.6@sha256:42ec562a5ff6c8a860c0639f5a7611685e253fd9eb2d2fcdade693724c9166a4"
image: "quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60"
imagePullPolicy: IfNotPresent
args:
- 'mount | grep "/sys/fs/bpf type bpf" || mount -t bpf bpf /sys/fs/bpf'
@@ -272,7 +282,7 @@ spec:
mountPath: /sys/fs/bpf
mountPropagation: Bidirectional
- name: clean-cilium-state
image: "quay.io/cilium/cilium:v1.18.6@sha256:42ec562a5ff6c8a860c0639f5a7611685e253fd9eb2d2fcdade693724c9166a4"
image: "quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60"
imagePullPolicy: IfNotPresent
command:
- /init-container.sh
@@ -320,11 +330,14 @@ spec:
- name: cilium-run
mountPath: /var/run/cilium
- name: install-cni-binaries
image: "quay.io/cilium/cilium:v1.18.6@sha256:42ec562a5ff6c8a860c0639f5a7611685e253fd9eb2d2fcdade693724c9166a4"
image: "quay.io/cilium/cilium:v1.19.0@sha256:be9f8571c2e114b3e12e41f785f2356ade703b2eac936aa878805565f0468c60"
imagePullPolicy: IfNotPresent
command:
- "/install-plugin.sh"
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 10Mi