diff --git a/locals.tf b/locals.tf index aaa279e..3f2c4e4 100644 --- a/locals.tf +++ b/locals.tf @@ -1,6 +1,6 @@ locals { version = "0.43.2" - agent_version = "0.43.2" + agent_version = "0.43.3" yaml = templatefile("${path.module}/custom-resources.yaml.tmpl", { cluster_name = var.cluster_name external_labels = merge({ cluster = var.cluster_name }, var.external_labels)