From 551aa711ddc40b52909a815332dba7140be5dda8 Mon Sep 17 00:00:00 2001 From: Audun Nes Date: Tue, 15 Oct 2024 12:13:52 +0200 Subject: [PATCH] Use latest pipeline image for Atlantis --- test/integration/eu-west-1/k8s-qa/services/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/eu-west-1/k8s-qa/services/terragrunt.hcl b/test/integration/eu-west-1/k8s-qa/services/terragrunt.hcl index f4d0b589d..e8539c7de 100644 --- a/test/integration/eu-west-1/k8s-qa/services/terragrunt.hcl +++ b/test/integration/eu-west-1/k8s-qa/services/terragrunt.hcl @@ -172,7 +172,7 @@ inputs = { atlantis_webhook_events = ["issue_comment", "pull_request", "pull_request_review", "push"] atlantis_chart_version = "4.25.0" atlantis_environment = "qa" - atlantis_image_tag = "2.0.0" + atlantis_image_tag = "2.0.2" atlantis_add_secret_volumes = true # --------------------------------------------------