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

Commit

Permalink
feat(helm-chart): update cilium group
Browse files Browse the repository at this point in the history
| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| helm       | cilium                          | 1.14.6  | 1.15.0  |
| docker     | quay.io/cilium/cilium           | v1.14.6 | v1.15.1 |
| docker     | quay.io/cilium/operator-generic | v1.14.6 | v1.15.1 |
  • Loading branch information
Trux-Bot committed Feb 15, 2024
1 parent e1aa36c commit d479e0c
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.6
version: 1.15.0
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.6@sha256:37a49f1abb333279a9b802ee8a21c61cde9dd9138b5ac55f77bdfca733ba852a"
image: "quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4"
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.6@sha256:37a49f1abb333279a9b802ee8a21c61cde9dd9138b5ac55f77bdfca733ba852a"
image: "quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4"
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.6@sha256:37a49f1abb333279a9b802ee8a21c61cde9dd9138b5ac55f77bdfca733ba852a"
image: "quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4"
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.6@sha256:2f0bf8fb8362c7379f3bf95036b90ad5b67378ed05cd8eb0410c1afc13423848
image: quay.io/cilium/operator-generic:v1.15.1@sha256:819c7281f5a4f25ee1ce2ec4c76b6fbc69a660c68b7825e9580b1813833fa743
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
Expand Down

0 comments on commit d479e0c

Please sign in to comment.