Skip to content

Commit

Permalink
MGDAPI-6214 - bump aws rds version
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymo committed Jan 29, 2024
1 parent 16682b7 commit 8dd3361
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.8"
defaultAwsEngineVersion = "13.13"
defaultAwsIdentifierLength = 40
defaultAwsMaxAllocatedStorage = 100
defaultAwsMultiAZ = true
Expand All @@ -62,7 +62,7 @@ const (
)

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

0 comments on commit 8dd3361

Please sign in to comment.