diff --git a/locals.tf b/locals.tf index 81f3976..267d509 100644 --- a/locals.tf +++ b/locals.tf @@ -1,6 +1,6 @@ locals { version = "0.42.0" - agent_version = "0.41.1" + agent_version = "0.42.0" yaml = templatefile("${path.module}/custom-resources.yaml.tmpl", { cluster_name = var.cluster_name external_labels = merge({ cluster = var.cluster_name }, var.external_labels)