mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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)).
This commit is contained in:
parent
5183e2c4c9
commit
fa7e8f3d49
2 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ resource "helm_release" "main" {
|
|||
|
||||
set {
|
||||
name = "imageTag"
|
||||
value = "v4.22.1"
|
||||
value = "v4.25.0-1"
|
||||
}
|
||||
|
||||
set {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue