From a696970fd99c24ff6a930c8b7ad8c62f21cc1b72 Mon Sep 17 00:00:00 2001 From: Srini Nangunuri Date: Tue, 16 Jul 2024 12:51:46 -0400 Subject: [PATCH] missed to add v infront of version number, also kube_state_metrics version number had a typo --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 52cbd42..b3a8ffe 100644 --- a/variables.tf +++ b/variables.tf @@ -56,7 +56,7 @@ variable "alertmanager_tag" { variable "kube_state_metrics_tag" { description = "The image tag of the kube-state-metrics image." type = string - default = "2.60.0" + default = "v2.6.0" } # The `APP VERSION` of the output: @@ -64,7 +64,7 @@ variable "kube_state_metrics_tag" { variable "node_exporter_tag" { description = "The image tag of the node-exporter image." type = string - default = "1.8.1" + default = "v1.8.1" } # The `APP VERSION` of the output: