Skip to content

Commit

Permalink
dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 943c453 commit 219c63f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/platform-tg-infra.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
{
"name": "tfmod-tempo",
"path": "../../tfmod-tempo"
},
{
"path": "../../tfmod-custom-iam-role-for-service-account-eks"
}
]
}
5 changes: 3 additions & 2 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ locals {
keycloak_database = "keycloak"
keycloak_username = "keycloak"
keycloak_password = "this is my very secure and totally random password horse battery staple now"
postgresql_tag = "17"
postgresql_tag = "17.4.0-debian-12-r4"
postgres_exporter_tag = "0.17.1-debian-12-r0"
utilities_tag = "1.0.3"

################
Expand Down Expand Up @@ -179,7 +180,7 @@ locals {
################

os_shell_tag = local.utilities_tag
postgres_exporter_tag = "0.16.0"
# postgres_exporter_tag = "0.16.0"
postgresql_repmgr_tag = "17.4.0-alpine"
pgpool_tag = "4.5.5"
postgresql_chart_version = "15.3.0"
Expand Down

0 comments on commit 219c63f

Please sign in to comment.