Skip to content

Commit

Permalink
fix(helm): update cilium group
Browse files Browse the repository at this point in the history
| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| helm       | cilium                          | 1.12.5  | 1.12.6  |
| docker     | quay.io/cilium/cilium           | v1.12.5 | v1.12.6 |
| docker     | quay.io/cilium/operator-generic | v1.12.5 | v1.12.6 |
  • Loading branch information
172381+snoopy82481-bot[bot] committed Jan 27, 2023
1 parent a6e9278 commit 0a914c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.12.5
version: 1.12.6
sourceRef:
kind: HelmRepository
name: cilium
Expand All @@ -36,7 +36,7 @@ spec:
values:
image:
repository: quay.io/cilium/cilium
tag: v1.12.5
tag: v1.12.6
pullPolicy: IfNotPresent

kubeProxyReplacement: "strict"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ rollOutCiliumPods: false
image:
override: ~
repository: "quay.io/cilium/cilium"
tag: "v1.12.5"
tag: "v1.12.6"
pullPolicy: "IfNotPresent"
# cilium-digest
digest: "sha256:986f8b04cfdb35cf714701e58e35da0ee63da2b8a048ab596ccb49de58d5ba36"
Expand Down Expand Up @@ -1775,7 +1775,7 @@ preflight:
image:
override: ~
repository: "quay.io/cilium/cilium"
tag: "v1.12.5"
tag: "v1.12.6"
# cilium-digest
digest: "sha256:986f8b04cfdb35cf714701e58e35da0ee63da2b8a048ab596ccb49de58d5ba36"
useDigest: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ spec:
spec:
containers:
- name: cilium-agent
image: "quay.io/cilium/cilium:v1.12.5@sha256:06ce2b0a0a472e73334a7504ee5c5d8b2e2d7b72ef728ad94e564740dd505be5"
image: "quay.io/cilium/cilium:v1.12.6@sha256:454134506b0448c756398d3e8df68d474acde2a622ab58d0c7e8b272b5867d0d"
imagePullPolicy: IfNotPresent
command:
- cilium-agent
Expand Down Expand Up @@ -1053,7 +1053,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.12.5@sha256:06ce2b0a0a472e73334a7504ee5c5d8b2e2d7b72ef728ad94e564740dd505be5"
image: "quay.io/cilium/cilium:v1.12.6@sha256:454134506b0448c756398d3e8df68d474acde2a622ab58d0c7e8b272b5867d0d"
imagePullPolicy: IfNotPresent
env:
- name: CGROUP_ROOT
Expand Down Expand Up @@ -1081,7 +1081,7 @@ spec:
securityContext:
privileged: true
- name: apply-sysctl-overwrites
image: "quay.io/cilium/cilium:v1.12.5@sha256:06ce2b0a0a472e73334a7504ee5c5d8b2e2d7b72ef728ad94e564740dd505be5"
image: "quay.io/cilium/cilium:v1.12.6@sha256:454134506b0448c756398d3e8df68d474acde2a622ab58d0c7e8b272b5867d0d"
imagePullPolicy: IfNotPresent
env:
- name: BIN_PATH
Expand All @@ -1107,7 +1107,7 @@ spec:
securityContext:
privileged: true
- name: clean-cilium-state
image: "quay.io/cilium/cilium:v1.12.5@sha256:06ce2b0a0a472e73334a7504ee5c5d8b2e2d7b72ef728ad94e564740dd505be5"
image: "quay.io/cilium/cilium:v1.12.6@sha256:454134506b0448c756398d3e8df68d474acde2a622ab58d0c7e8b272b5867d0d"
imagePullPolicy: IfNotPresent
command:
- /init-container.sh
Expand Down Expand Up @@ -1267,7 +1267,7 @@ spec:
spec:
containers:
- name: cilium-operator
image: quay.io/cilium/operator-generic:v1.12.5@sha256:b296eb7f0f7656a5cc19724f40a8a7121b7fd725278b7d61dc91fe0b7ffd7c0e
image: quay.io/cilium/operator-generic:v1.12.6@sha256:eec4430d222cb2967d42d3b404d2606e66468de47ae85e0a3ca3f58f00a5e017
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
image:
repository: quay.io/cilium/cilium
tag: v1.12.5
tag: v1.12.6
pullPolicy: IfNotPresent

kubeProxyReplacement: "strict"
Expand Down

0 comments on commit 0a914c5

Please sign in to comment.