Skip to content

Commit

Permalink
Bump quay.io/cilium/cilium image from v1.15.6 to v1.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble-renovate[bot] authored and dghubble committed Jul 14, 2024
1 parent d4514db commit ca1f897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/cilium/daemonset.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "kubernetes_daemonset" "cilium" {
# https://github.com/cilium/cilium/pull/24075
init_container {
name = "install-cni"
image = "quay.io/cilium/cilium:v1.15.6"
image = "quay.io/cilium/cilium:v1.15.7"
command = ["/install-plugin.sh"]
security_context {
allow_privilege_escalation = true
Expand All @@ -80,7 +80,7 @@ resource "kubernetes_daemonset" "cilium" {
# We use nsenter command with host's cgroup and mount namespaces enabled.
init_container {
name = "mount-cgroup"
image = "quay.io/cilium/cilium:v1.15.6"
image = "quay.io/cilium/cilium:v1.15.7"
command = [
"sh",
"-ec",
Expand Down Expand Up @@ -115,7 +115,7 @@ resource "kubernetes_daemonset" "cilium" {

init_container {
name = "clean-cilium-state"
image = "quay.io/cilium/cilium:v1.15.6"
image = "quay.io/cilium/cilium:v1.15.7"
command = ["/init-container.sh"]
security_context {
allow_privilege_escalation = true
Expand All @@ -139,7 +139,7 @@ resource "kubernetes_daemonset" "cilium" {

container {
name = "cilium-agent"
image = "quay.io/cilium/cilium:v1.15.6"
image = "quay.io/cilium/cilium:v1.15.7"
command = ["cilium-agent"]
args = [
"--config-dir=/tmp/cilium/config-map"
Expand Down

0 comments on commit ca1f897

Please sign in to comment.