Skip to content

Commit

Permalink
fix profile and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 17, 2025
1 parent 7eb461e commit 25df5e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions lab/_envcommon/common-variables.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,17 @@ locals {
}
eecr_account_id = local.enterprise_ecr_account.lab["account_id"]
eecr_alias = local.enterprise_ecr_account.lab["alias"]
eecr_role = local.enterprise_ecr_account.lab["role"]
eecr_profile = format("%v-%v.%v", local.eecr_account_id, local.eecr_alias, local.eecr_role)
eecr_profile = format("%v-%v", local.eecr_account_id, local.eecr_alias)
enterprise_ecr_account = {
lab = {
"account_id" = "269222635945"
"alias" = "lab-gov-shared-nonprod"
"region" = "us-gov-east-1"
"role" = "inf-admin-t1"
}
prod = {
"account_id" = "067074201825"
"alias" = "ent-gov-shared-prod"
"region" = "us-gov-east-1"
"role" = "inf-admin-t1"
}
}
}
4 changes: 2 additions & 2 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ locals {
################
loki_chart_version = "6.27.0"
loki_tag = "3.4.2"
enterprise_logs_provisioner_tag = "3.4"
gateway_tag = "1.27-alpine"
enterprise_logs_provisioner_tag = "3.4.2"
gateway_tag = "1.26.3"
memcached_tag = "1.6.37"
exporter_tag = "v0.15.0"
sidecar_tag = "1.27.4"
Expand Down

0 comments on commit 25df5e1

Please sign in to comment.