Skip to content
Merged
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 kubernetes/workloads/cilium/create_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir -p manifests/base
pushd manifests/base > /dev/null || exit 1

# https://github.com/cilium/cilium/releases/latest
export CILIUM_VERSION="1.18.2"
export CILIUM_VERSION="1.18.3"
export NAMESPACE=cilium

helm repo update
Expand Down
14 changes: 7 additions & 7 deletions kubernetes/workloads/cilium/manifests/base/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
type: Unconfined
containers:
- name: cilium-agent
image: quay.io/cilium/cilium:v1.18.2@sha256:858f807ea4e20e85e3ea3240a762e1f4b29f1cb5bbd0463b8aa77e7b097c0667
image: quay.io/cilium/cilium:v1.18.3@sha256:5649db451c88d928ea585514746d50d91e6210801b300c897283ea319d68de15
imagePullPolicy: IfNotPresent
command:
- cilium-agent
Expand Down Expand Up @@ -187,7 +187,7 @@ spec:
mountPath: /tmp
initContainers:
- name: config
image: quay.io/cilium/cilium:v1.18.2@sha256:858f807ea4e20e85e3ea3240a762e1f4b29f1cb5bbd0463b8aa77e7b097c0667
image: quay.io/cilium/cilium:v1.18.3@sha256:5649db451c88d928ea585514746d50d91e6210801b300c897283ea319d68de15
imagePullPolicy: IfNotPresent
command:
- cilium-dbg
Expand All @@ -212,7 +212,7 @@ spec:
mountPath: /tmp
terminationMessagePolicy: FallbackToLogsOnError
- name: mount-cgroup
image: quay.io/cilium/cilium:v1.18.2@sha256:858f807ea4e20e85e3ea3240a762e1f4b29f1cb5bbd0463b8aa77e7b097c0667
image: quay.io/cilium/cilium:v1.18.3@sha256:5649db451c88d928ea585514746d50d91e6210801b300c897283ea319d68de15
imagePullPolicy: IfNotPresent
env:
- name: CGROUP_ROOT
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
drop:
- ALL
- name: apply-sysctl-overwrites
image: quay.io/cilium/cilium:v1.18.2@sha256:858f807ea4e20e85e3ea3240a762e1f4b29f1cb5bbd0463b8aa77e7b097c0667
image: quay.io/cilium/cilium:v1.18.3@sha256:5649db451c88d928ea585514746d50d91e6210801b300c897283ea319d68de15
imagePullPolicy: IfNotPresent
env:
- name: BIN_PATH
Expand Down Expand Up @@ -274,7 +274,7 @@ spec:
drop:
- ALL
- name: mount-bpf-fs
image: quay.io/cilium/cilium:v1.18.2@sha256:858f807ea4e20e85e3ea3240a762e1f4b29f1cb5bbd0463b8aa77e7b097c0667
image: quay.io/cilium/cilium:v1.18.3@sha256:5649db451c88d928ea585514746d50d91e6210801b300c897283ea319d68de15
imagePullPolicy: IfNotPresent
args:
- mount | grep "/sys/fs/bpf type bpf" || mount -t bpf bpf /sys/fs/bpf
Expand All @@ -290,7 +290,7 @@ spec:
mountPath: /sys/fs/bpf
mountPropagation: Bidirectional
- name: clean-cilium-state
image: quay.io/cilium/cilium:v1.18.2@sha256:858f807ea4e20e85e3ea3240a762e1f4b29f1cb5bbd0463b8aa77e7b097c0667
image: quay.io/cilium/cilium:v1.18.3@sha256:5649db451c88d928ea585514746d50d91e6210801b300c897283ea319d68de15
imagePullPolicy: IfNotPresent
command:
- /init-container.sh
Expand Down Expand Up @@ -339,7 +339,7 @@ spec:
- name: cilium-run
mountPath: /var/run/cilium
- name: install-cni-binaries
image: quay.io/cilium/cilium:v1.18.2@sha256:858f807ea4e20e85e3ea3240a762e1f4b29f1cb5bbd0463b8aa77e7b097c0667
image: quay.io/cilium/cilium:v1.18.3@sha256:5649db451c88d928ea585514746d50d91e6210801b300c897283ea319d68de15
imagePullPolicy: IfNotPresent
command:
- /install-plugin.sh
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/workloads/cilium/manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
type: RuntimeDefault
containers:
- name: cilium-operator
image: quay.io/cilium/operator-generic:v1.18.2@sha256:cb4e4ffc5789fd5ff6a534e3b1460623df61cba00f5ea1c7b40153b5efb81805
image: quay.io/cilium/operator-generic:v1.18.3@sha256:b5a0138e1a38e4437c5215257ff4e35373619501f4877dbaf92c89ecfad81797
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
image: quay.io/cilium/hubble-relay:v1.18.2@sha256:6079308ee15e44dff476fb522612732f7c5c4407a1017bc3470916242b0405ac
image: quay.io/cilium/hubble-relay:v1.18.3@sha256:e53e00c47fe4ffb9c086bad0c1c77f23cb968be4385881160683d9e15aa34dc3
imagePullPolicy: IfNotPresent
command:
- hubble-relay
Expand Down