Skip to content

Commit

Permalink
ci: bump cilium to v1.12.10 (#1995)
Browse files Browse the repository at this point in the history
bump cilium to 1.12.10
  • Loading branch information
camrynl authored and jpayne3506 committed Sep 11, 2023
1 parent 09c1b3b commit f3c5180
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cilium/cilium_helm_values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
image:
repository: mcr.microsoft.com/oss/cilium/cilium
tag: 1.12.8
tag: 1.12.10
digest: ""
useDigest: false

operator:
image:
repository: mcr.microsoft.com/oss/cilium/operator
tag: 1.12.8
tag: 1.12.10
suffix: ""
digest: ""
useDigest: false
Expand Down
10 changes: 5 additions & 5 deletions test/integration/manifests/cilium/cilium-agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
fieldPath: metadata.namespace
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: mcr.microsoft.com/oss/cilium/cilium:1.12.8
image: mcr.microsoft.com/oss/cilium/cilium:1.12.10
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 10
Expand Down Expand Up @@ -163,7 +163,7 @@ spec:
hostNetwork: true
initContainers:
- name: install-cni-binaries
image: mcr.microsoft.com/oss/cilium/cilium:1.12.8
image: mcr.microsoft.com/oss/cilium/cilium:1.12.10
imagePullPolicy: IfNotPresent
command:
- "/install-plugin.sh"
Expand Down Expand Up @@ -192,7 +192,7 @@ spec:
value: /run/cilium/cgroupv2
- name: BIN_PATH
value: /opt/cni/bin
image: mcr.microsoft.com/oss/cilium/cilium:1.12.8
image: mcr.microsoft.com/oss/cilium/cilium:1.12.10
imagePullPolicy: IfNotPresent
name: mount-cgroup
resources: {}
Expand Down Expand Up @@ -252,7 +252,7 @@ spec:
- /bin/bash
- -c
- --
image: mcr.microsoft.com/oss/cilium/cilium:1.12.8
image: mcr.microsoft.com/oss/cilium/cilium:1.12.10
imagePullPolicy: IfNotPresent
name: mount-bpf-fs
resources: {}
Expand All @@ -279,7 +279,7 @@ spec:
key: clean-cilium-bpf-state
name: cilium-config
optional: true
image: mcr.microsoft.com/oss/cilium/cilium:1.12.8
image: mcr.microsoft.com/oss/cilium/cilium:1.12.10
imagePullPolicy: IfNotPresent
name: clean-cilium-state
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: cilium-operator
image: "mcr.microsoft.com/oss/cilium/operator-generic:1.12.8"
image: "mcr.microsoft.com/oss/cilium/operator-generic:1.12.10"
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
Expand Down

0 comments on commit f3c5180

Please sign in to comment.