From fa7e8f3d496294d46ea5e3a36508c061b204267f Mon Sep 17 00:00:00 2001 From: Zachary Winnerman <98712682+zwinnerman-fleetdm@users.noreply.github.com> Date: Tue, 10 Jan 2023 13:22:02 -0500 Subject: [PATCH] Use new image (#9211) # Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or docs/Contributing/API-for-contributors.md) - [ ] Documented any permissions changes - [ ] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests - [ ] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)). --- .../sandbox/PreProvisioner/lambda/deploy_terraform/main.tf | 2 +- infrastructure/sandbox/SharedInfrastructure/rds.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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