Skip to content

Commit

Permalink
Fix flannel-cni container image version to v0.4.2
Browse files Browse the repository at this point in the history
* This was mistakenly bumped to v0.4.4 which doesn't exist

Rel: #379
  • Loading branch information
dghubble committed Aug 23, 2024
1 parent 7e85517 commit 0b78c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ variable "container_images" {
cilium_operator = "quay.io/cilium/operator-generic:v1.16.1"
coredns = "registry.k8s.io/coredns/coredns:v1.11.3"
flannel = "docker.io/flannel/flannel:v0.25.5"
flannel_cni = "quay.io/poseidon/flannel-cni:v0.4.4"
flannel_cni = "quay.io/poseidon/flannel-cni:v0.4.2"
kube_apiserver = "registry.k8s.io/kube-apiserver:v1.31.0"
kube_controller_manager = "registry.k8s.io/kube-controller-manager:v1.31.0"
kube_scheduler = "registry.k8s.io/kube-scheduler:v1.31.0"
Expand Down

0 comments on commit 0b78c87

Please sign in to comment.