From f5d1655a4017686b2b6bd7c019c30c3c22ead98f Mon Sep 17 00:00:00 2001 From: Gary <26419401+Gary-H9@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:03:43 +0000 Subject: [PATCH] :wrench: Update AP Ingestion image versions (#9238) :wrench: Update image versions --- .../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 516cc0f9fa7..faa96ea33c4 100644 --- a/terraform/environments/analytical-platform-ingestion/environment-configuration.tf +++ b/terraform/environments/analytical-platform-ingestion/environment-configuration.tf @@ -20,9 +20,9 @@ locals { ] /* Image Versions */ - scan_image_version = "0.1.3" - transfer_image_version = "0.0.18" - notify_image_version = "0.0.19" + scan_image_version = "0.1.4" + transfer_image_version = "0.0.19" + notify_image_version = "0.0.20" /* Target Buckets */ target_buckets = ["mojap-land-dev"] @@ -65,9 +65,9 @@ locals { ] /* Image Versions */ - scan_image_version = "0.1.3" - transfer_image_version = "0.0.18" - notify_image_version = "0.0.19" + scan_image_version = "0.1.4" + transfer_image_version = "0.0.19" + notify_image_version = "0.0.20" /* Target Buckets */ target_buckets = ["mojap-land", "mojap-ingestion-${local.environment}-ext-2024-target"]