Skip to content

Commit

Permalink
Merge pull request #621 from laurafitzgerald/MGDAPI-5092
Browse files Browse the repository at this point in the history
MGDAPI-5092 bump rds version
  • Loading branch information
briangallagher committed Jan 19, 2023
2 parents 5c827e1 + 3bf3bc9 commit 0294038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/providers/aws/provider_postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
defaultAwsDBInstanceClass = "db.t3.small"
defaultAwsDeleteAutomatedBackups = true
defaultAwsEngine = "postgres"
defaultAwsEngineVersion = "13.4"
defaultAwsEngineVersion = "13.8"
defaultAwsIdentifierLength = 40
defaultAwsMaxAllocatedStorage = 100
defaultAwsMultiAZ = true
Expand All @@ -62,7 +62,7 @@ const (
)

var (
defaultSupportedEngineVersions = []string{"13.4", "10.18", "10.16", "10.15", "10.13", "10.6", "9.6", "9.5"}
defaultSupportedEngineVersions = []string{"13.8", "13.4", "10.18", "10.16", "10.15", "10.13", "10.6", "9.6", "9.5"}
healthyAWSDBInstanceStatuses = []string{
"backtracking",
"available",
Expand Down

0 comments on commit 0294038

Please sign in to comment.