Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent 06a62e4 commit 398e434
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1,409 deletions.
20 changes: 4 additions & 16 deletions .github/platform-tg-infra.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
"name": "tfmod-metrics-server",
"path": "../../tfmod-metrics-server"
},
{
"name": "tfmod-postgresql",
"path": "../../tfmod-postgresql"
},
{
"name": "tfmod-prometheus",
"path": "../../tfmod-prometheus"
Expand All @@ -80,25 +84,9 @@
"name": "terraform-aws-eks",
"path": "../../terraform-aws-eks"
},
{
"name": "karpenter-provider-aws",
"path": "../../karpenter-provider-aws"
},
{
"name": "terragrunt",
"path": "../../terragrunt"
},
{
"path": "../../terraform-aws-rds"
},
{
"path": "../../aws-rds"
},
{
"path": "../../morpheus-terraform-dev"
},
{
"path": "../../../terraform-modules/aws-common-security-groups"
}
]
}
5 changes: 4 additions & 1 deletion lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,13 @@ locals {
################
# keycloak
################
keycloak_app_version = "26.1.2"
keycloak_tag = "26.1.2"
keycloak_chart_version = "24.4.10"
keycloak_hostname = "keycloak"
keycloak_namespace = "keycloak"
postgresql_tag = "17.4.0"
postgres_exporter_tag = "0.17.1"
os_shell_tag = "12"

################
# Kiali
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ inputs = {

# keycloak config
keycloak_hostname = include.root.inputs.keycloak_hostname
keycloak_tag = include.root.inputs.keycloak_app_version
keycloak_tag = include.root.inputs.keycloak_tag
keycloak_version = include.root.inputs.keycloak_chart_version
default_storage_class = dependency.eks-config.outputs.rwo_storage_class

Expand Down
Loading

0 comments on commit 398e434

Please sign in to comment.