diff --git a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf index 5d641eb4cf..ebeef83ea1 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 = "v4.22.1" + value = "v4.25.0-1" } set { diff --git a/infrastructure/sandbox/SharedInfrastructure/rds.tf b/infrastructure/sandbox/SharedInfrastructure/rds.tf index 7a3ca575aa..3f8d9483c7 100644 --- a/infrastructure/sandbox/SharedInfrastructure/rds.tf +++ b/infrastructure/sandbox/SharedInfrastructure/rds.tf @@ -51,7 +51,7 @@ module "main" { name = var.prefix engine = "aurora-mysql" - engine_version = "5.7.mysql_aurora.2.10.0" + engine_version = "5.7.mysql_aurora.2.08.3" engine_mode = "serverless" storage_encrypted = true