From 6543c5d5ac546d8e5eefed19ce06e4887717f85c Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Wed, 24 Aug 2022 11:25:31 -0500 Subject: [PATCH] Sandbox to use v4.19.0 tag (#7385) --- .../sandbox/PreProvisioner/lambda/deploy_terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf index db956c858..dbb5c0d4e 100644 --- a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf +++ b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf @@ -157,7 +157,7 @@ resource "helm_release" "main" { set { name = "imageTag" - value = "main" + value = "v4.19.0" } set {