Skip to content

Commit

Permalink
Update Cilium from v1.14.3 to v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Feb 24, 2024
1 parent 2909ea9 commit da65b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variable "etcd_servers" {

variable "networking" {
type = string
description = "Choice of networking provider (flannel or calico or cilium)"
description = "Choice of networking provider (flannel or calico or cilium or none)"
default = "flannel"
}

Expand Down Expand Up @@ -62,8 +62,8 @@ variable "container_images" {
default = {
calico = "quay.io/calico/node:v3.26.3"
calico_cni = "quay.io/calico/cni:v3.26.3"
cilium_agent = "quay.io/cilium/cilium:v1.14.3"
cilium_operator = "quay.io/cilium/operator-generic:v1.14.3"
cilium_agent = "quay.io/cilium/cilium:v1.15.1"
cilium_operator = "quay.io/cilium/operator-generic:v1.15.1"
coredns = "registry.k8s.io/coredns/coredns:v1.9.4"
flannel = "docker.io/flannel/flannel:v0.24.2"
flannel_cni = "quay.io/poseidon/flannel-cni:v0.4.2"
Expand Down

0 comments on commit da65b48

Please sign in to comment.