We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd82a41 commit c7e2a63Copy full SHA for c7e2a63
1 file changed
variables.tf
@@ -44,8 +44,8 @@ variable "container_images" {
44
type = map(string)
45
description = "Container images to use"
46
default = {
47
- cilium_agent = "quay.io/cilium/cilium:v1.17.6"
48
- cilium_operator = "quay.io/cilium/operator-generic:v1.17.6"
+ cilium_agent = "quay.io/cilium/cilium:v1.17.5"
+ cilium_operator = "quay.io/cilium/operator-generic:v1.17.5"
49
coredns = "registry.k8s.io/coredns/coredns:v1.12.1"
50
flannel = "docker.io/flannel/flannel:v0.27.0"
51
flannel_cni = "quay.io/poseidon/flannel-cni:v0.4.2"
0 commit comments