diff --git a/.github/platform-tg-infra.code-workspace b/.github/platform-tg-infra.code-workspace index e0d9202..48f8296 100644 --- a/.github/platform-tg-infra.code-workspace +++ b/.github/platform-tg-infra.code-workspace @@ -79,6 +79,9 @@ { "name": "tfmod-tempo", "path": "../../tfmod-tempo" + }, + { + "path": "../../tfmod-custom-iam-role-for-service-account-eks" } ] } diff --git a/lab/_envcommon/default-versions.hcl b/lab/_envcommon/default-versions.hcl index cf0e8af..159c2d8 100644 --- a/lab/_envcommon/default-versions.hcl +++ b/lab/_envcommon/default-versions.hcl @@ -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" ################ @@ -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"