From 090ba57b5af91392be6bdea36074717a82ff5580 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 25 Jan 2024 10:57:09 -0500 Subject: [PATCH] udpate to 1.18.7 --- .../common-services/variables.common-services.auto.tfvars | 4 +--- .../1.28/common-services/variables.images.auto.tfvars | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/examples/full-cluster-tf-upgrade/1.28/common-services/variables.common-services.auto.tfvars b/examples/full-cluster-tf-upgrade/1.28/common-services/variables.common-services.auto.tfvars index 448bd20..6f4e407 100644 --- a/examples/full-cluster-tf-upgrade/1.28/common-services/variables.common-services.auto.tfvars +++ b/examples/full-cluster-tf-upgrade/1.28/common-services/variables.common-services.auto.tfvars @@ -1,9 +1,7 @@ #cert_manager_cainjector_tag = "v1.4.3" #cert_manager_controller_tag = "v1.4.3" #cert_manager_webhook_tag = "v1.4.3" -#cluster_autoscaler_tag = "v1.24.0" -istio_tag = "1.18.2" -#metrics_server_tag = "0.6.2-debian-11-r9" +istio_tag = "1.18.7" tls_crt_b64 = "" tls_crt_contents = "" tls_crt_file = "" diff --git a/examples/full-cluster-tf-upgrade/1.28/common-services/variables.images.auto.tfvars b/examples/full-cluster-tf-upgrade/1.28/common-services/variables.images.auto.tfvars index 69ce3d1..3367b69 100644 --- a/examples/full-cluster-tf-upgrade/1.28/common-services/variables.images.auto.tfvars +++ b/examples/full-cluster-tf-upgrade/1.28/common-services/variables.images.auto.tfvars @@ -71,7 +71,7 @@ image_details = { source_registry = "docker.io" source_image = "istio/operator" source_tag = null - tag = "1.18.2" + tag = "1.18.7" enabled = true } "istio-pilot" = { @@ -81,7 +81,7 @@ image_details = { source_registry = "docker.io" source_image = "istio/pilot" source_tag = null - tag = "1.18.2" + tag = "1.18.7" enabled = true } "istio-proxyv2" = { @@ -91,7 +91,7 @@ image_details = { source_registry = "docker.io" source_image = "istio/proxyv2" source_tag = null - tag = "1.18.2" + tag = "1.18.7" enabled = true } "prometheus-operator" = {