Skip to content

Commit

Permalink
feat(helm): update cilium group
Browse files Browse the repository at this point in the history
| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| helm       | cilium                          | 1.14.5  | 1.15.3  |
| docker     | quay.io/cilium/cilium           | v1.14.5 | v1.15.3 |
| docker     | quay.io/cilium/operator-generic | v1.14.5 | v1.15.3 |
  • Loading branch information
wyoa-bot[bot] committed Mar 26, 2024
1 parent 98a4de2 commit d39fb0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/cilium/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.14.5
version: 1.15.3
sourceRef:
kind: HelmRepository
name: cilium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cilium-agent
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
image: "quay.io/cilium/cilium:v1.15.3@sha256:da74ab61d1bc665c1c088dff41d5be388d252ca5800f30c7d88844e6b5e440b0"
imagePullPolicy: IfNotPresent
command:
- cilium-agent
Expand Down Expand Up @@ -580,7 +580,7 @@ spec:
# Required to mount cgroup2 filesystem on the underlying Kubernetes node.
# We use nsenter command with host's cgroup and mount namespaces enabled.
- name: mount-cgroup
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
image: "quay.io/cilium/cilium:v1.15.3@sha256:da74ab61d1bc665c1c088dff41d5be388d252ca5800f30c7d88844e6b5e440b0"
imagePullPolicy: IfNotPresent
env:
- name: CGROUP_ROOT
Expand All @@ -607,7 +607,7 @@ spec:
securityContext:
privileged: true
- name: clean-cilium-state
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
image: "quay.io/cilium/cilium:v1.15.3@sha256:da74ab61d1bc665c1c088dff41d5be388d252ca5800f30c7d88844e6b5e440b0"
imagePullPolicy: IfNotPresent
command:
- /init-container.sh
Expand Down Expand Up @@ -765,7 +765,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cilium-operator
image: quay.io/cilium/operator-generic:v1.14.5@sha256:303f9076bdc73b3fc32aaedee64a14f6f44c8bb08ee9e3956d443021103ebe7a
image: quay.io/cilium/operator-generic:v1.15.3@sha256:c97f23161906b82f5c81a2d825b0646a5aa1dfb4adf1d49cbb87815079e69d61
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
Expand Down

0 comments on commit d39fb0f

Please sign in to comment.