Bump quay.io/cilium/cilium image from v1.16.3 to v1.16.4
This commit is contained in:
parent
afbb55b79e
commit
cec2a097d4
|
@ -61,7 +61,7 @@ resource "kubernetes_daemonset" "cilium" {
|
||||||
# https://github.com/cilium/cilium/pull/24075
|
# https://github.com/cilium/cilium/pull/24075
|
||||||
init_container {
|
init_container {
|
||||||
name = "install-cni"
|
name = "install-cni"
|
||||||
image = "quay.io/cilium/cilium:v1.16.3"
|
image = "quay.io/cilium/cilium:v1.16.4"
|
||||||
command = ["/install-plugin.sh"]
|
command = ["/install-plugin.sh"]
|
||||||
security_context {
|
security_context {
|
||||||
allow_privilege_escalation = true
|
allow_privilege_escalation = true
|
||||||
|
@ -80,7 +80,7 @@ resource "kubernetes_daemonset" "cilium" {
|
||||||
# We use nsenter command with host's cgroup and mount namespaces enabled.
|
# We use nsenter command with host's cgroup and mount namespaces enabled.
|
||||||
init_container {
|
init_container {
|
||||||
name = "mount-cgroup"
|
name = "mount-cgroup"
|
||||||
image = "quay.io/cilium/cilium:v1.16.3"
|
image = "quay.io/cilium/cilium:v1.16.4"
|
||||||
command = [
|
command = [
|
||||||
"sh",
|
"sh",
|
||||||
"-ec",
|
"-ec",
|
||||||
|
@ -115,7 +115,7 @@ resource "kubernetes_daemonset" "cilium" {
|
||||||
|
|
||||||
init_container {
|
init_container {
|
||||||
name = "clean-cilium-state"
|
name = "clean-cilium-state"
|
||||||
image = "quay.io/cilium/cilium:v1.16.3"
|
image = "quay.io/cilium/cilium:v1.16.4"
|
||||||
command = ["/init-container.sh"]
|
command = ["/init-container.sh"]
|
||||||
security_context {
|
security_context {
|
||||||
allow_privilege_escalation = true
|
allow_privilege_escalation = true
|
||||||
|
@ -139,7 +139,7 @@ resource "kubernetes_daemonset" "cilium" {
|
||||||
|
|
||||||
container {
|
container {
|
||||||
name = "cilium-agent"
|
name = "cilium-agent"
|
||||||
image = "quay.io/cilium/cilium:v1.16.3"
|
image = "quay.io/cilium/cilium:v1.16.4"
|
||||||
command = ["cilium-agent"]
|
command = ["cilium-agent"]
|
||||||
args = [
|
args = [
|
||||||
"--config-dir=/tmp/cilium/config-map"
|
"--config-dir=/tmp/cilium/config-map"
|
||||||
|
|
Loading…
Reference in New Issue