Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix(helm-chart): update cilium group
Browse files Browse the repository at this point in the history
| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| helm       | cilium                          | 1.14.4  | 1.14.5  |
| docker     | quay.io/cilium/cilium           | v1.14.4 | v1.14.5 |
| docker     | quay.io/cilium/operator-generic | v1.14.4 | v1.14.5 |
  • Loading branch information
Trux-Bot authored and truxnell committed Dec 14, 2023
1 parent 5bfd79b commit e2cb47c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.14.4
version: 1.14.5
sourceRef:
kind: HelmRepository
name: cilium-charts
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/bootstrap/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cilium-agent
image: "quay.io/cilium/cilium:v1.14.4@sha256:4981767b787c69126e190e33aee93d5a076639083c21f0e7c29596a519c64a2e"
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
imagePullPolicy: IfNotPresent
command:
- cilium-agent
Expand Down Expand Up @@ -589,7 +589,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.4@sha256:4981767b787c69126e190e33aee93d5a076639083c21f0e7c29596a519c64a2e"
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
imagePullPolicy: IfNotPresent
env:
- name: CGROUP_ROOT
Expand All @@ -616,7 +616,7 @@ spec:
securityContext:
privileged: true
- name: clean-cilium-state
image: "quay.io/cilium/cilium:v1.14.4@sha256:4981767b787c69126e190e33aee93d5a076639083c21f0e7c29596a519c64a2e"
image: "quay.io/cilium/cilium:v1.14.5@sha256:d3b287029755b6a47dee01420e2ea469469f1b174a2089c10af7e5e9289ef05b"
imagePullPolicy: IfNotPresent
command:
- /init-container.sh
Expand Down Expand Up @@ -760,7 +760,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cilium-operator
image: quay.io/cilium/operator-generic:v1.14.4@sha256:f0f05e4ba3bb1fe0e4b91144fa4fea637701aba02e6c00b23bd03b4a7e1dfd55
image: quay.io/cilium/operator-generic:v1.14.5@sha256:303f9076bdc73b3fc32aaedee64a14f6f44c8bb08ee9e3956d443021103ebe7a
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
Expand Down

0 comments on commit e2cb47c

Please sign in to comment.