Automated Manifest Update (#3741)

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

Reviewed-on: #3741
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 #3741.
This commit is contained in:
2026-02-05 18:29:41 +00:00
committed by Alex Lebens
parent cdea8999c1
commit f8a652bc25
14 changed files with 57 additions and 106 deletions

View File

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