Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 18, 2025
1 parent 5a1bc49 commit 66d964a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 93 deletions.
12 changes: 6 additions & 6 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,13 @@ locals {
################
# Keycloak
################
keycloak_chart_version = "24.4.10"
keycloak_tag = "26.1.2"
keycloak_chart_version = "24.4.11"
keycloak_tag = "26.1.3"
keycloak_hostname = "keycloak"
postgresql_database = "keycloak_db"
postgresql_username = "keycloak_user"
postgresql_password = "secure_password"
keycloak_database = "keycloak_db"
keycloak_username = "keycloak_user"
# keycloak_password = "secure_password"
postgresql_tag = "17.4.0-debian-12-r2"
################
# Kiali
Expand Down Expand Up @@ -155,7 +156,6 @@ locals {
postgresql_repmgr_tag = "17.4.0"
pgpool_tag = "4.5.5"
postgresql_chart_version = "15.3.0"
postgresql_tag = "17.4.0"
################
# Prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ dependency "eks_dns" {
}
}

dependency "eks_postgresql" {
config_path = "../eks-postgresql"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
mock_outputs = {
internal_endpoint = {
url = "mock-internal-endpoint-url"
}
}
}

dependencies {
paths = [
"../eks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies {
"../eks",
"../eks-config",
"../eks-dns",
"../eks-grafana",
"../eks-istio",
"../eks-prometheus"
]
Expand Down

This file was deleted.

0 comments on commit 66d964a

Please sign in to comment.