From af4d5003385721502127e5a8c22d0a21eee492fa Mon Sep 17 00:00:00 2001 From: Gary <26419401+Gary-H9@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:54:09 +0100 Subject: [PATCH] :wrench: Update Image Release Versions (#7318) --- .../environment-configuration.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/terraform/environments/analytical-platform-ingestion/environment-configuration.tf b/terraform/environments/analytical-platform-ingestion/environment-configuration.tf index ca69bfe9833..8dca75f2a2d 100644 --- a/terraform/environments/analytical-platform-ingestion/environment-configuration.tf +++ b/terraform/environments/analytical-platform-ingestion/environment-configuration.tf @@ -13,9 +13,9 @@ locals { observability_platform = "development" /* Image Versions */ - scan_image_version = "0.0.6" - transfer_image_version = "0.0.11" - notify_image_version = "0.0.12" + scan_image_version = "0.0.7" + transfer_image_version = "0.0.12" + notify_image_version = "0.0.13" /* Target Buckets */ target_buckets = ["mojap-land-dev"] @@ -44,9 +44,9 @@ locals { observability_platform = "production" /* Image Versions */ - scan_image_version = "0.0.6" - transfer_image_version = "0.0.11" - notify_image_version = "0.0.12" + scan_image_version = "0.0.7" + transfer_image_version = "0.0.12" + notify_image_version = "0.0.13" /* Target Buckets */ target_buckets = ["mojap-land"]