From 666fefd22b8a5e28450e12764c12ca29cba20500 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Fri, 19 Jun 2026 22:09:23 +0000 Subject: [PATCH] calico: hop 3.26->3.28.5 (operator v1.34.13); calico-node 7/7 healthy, tigerastatus green, kube-controller-manager restarted (3.28 UID change). Applied manually + verified. --- stacks/calico/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/calico/main.tf b/stacks/calico/main.tf index c7b46406..5105033d 100644 --- a/stacks/calico/main.tf +++ b/stacks/calico/main.tf @@ -151,7 +151,7 @@ resource "helm_release" "tigera_operator" { create_namespace = false repository = "https://docs.tigera.io/calico/charts" chart = "tigera-operator" - version = "v3.26.1" + version = "v3.28.5" values = [yamlencode({ installation = { enabled = false }