File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ variable "container_images" {
44
44
type = map (string )
45
45
description = " Container images to use"
46
46
default = {
47
- cilium_agent = " quay.io/cilium/cilium:v1.17.4 "
48
- cilium_operator = " quay.io/cilium/operator-generic:v1.17.4 "
47
+ cilium_agent = " quay.io/cilium/cilium:v1.17.5 "
48
+ cilium_operator = " quay.io/cilium/operator-generic:v1.17.5 "
49
49
coredns = " registry.k8s.io/coredns/coredns:v1.12.1"
50
- flannel = " docker.io/flannel/flannel:v0.26.7 "
50
+ flannel = " docker.io/flannel/flannel:v0.27.0 "
51
51
flannel_cni = " quay.io/poseidon/flannel-cni:v0.4.2"
52
52
kube_apiserver = " registry.k8s.io/kube-apiserver:v1.33.2"
53
53
kube_controller_manager = " registry.k8s.io/kube-controller-manager:v1.33.2"
You can’t perform that action at this time.
0 commit comments