-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
88 additions
and
854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,44 @@ | ||
| # lab/_envcommon/default-versions.hcl | ||
| locals { | ||
| aws_version = "5.14.0" | ||
| helm_version = "2.11.0" | ||
| eks_module_version = "20.28.0" | ||
| istio_ingress_version = "${local.release_version}" | ||
| custom_service_eks_account = "${local.release_version}" | ||
| cluster_version = "1.30.0" | ||
| ##################### | ||
| # TF Providers | ||
| ##################### | ||
| aws_version = "5.14.0" | ||
| helm_version = "2.11.0" | ||
| kubernetes_version = "2.33.0" | ||
| null_version = "3.2.1" | ||
| tf_version = "1.5.0" | ||
| template_version = "2.2.0" | ||
| null_version = "3.2.1" | ||
| tf_version = "1.5.0" | ||
| template_version = "2.2.0" | ||
| random_version = "3.5.1" | ||
| release_version = "0.1.1" | ||
| ##################### | ||
|
|
||
| ################ | ||
| # k8s-dashboard | ||
| ################ | ||
| k8s_dashboard_version = "2.7.0" | ||
| k8s_dashboard_metrics_scraper = "1.0.8" | ||
| ################ | ||
|
|
||
| ################ | ||
| # Cert-Manager | ||
| ################ | ||
| cert_manager_version = "1.16.1" | ||
| cert_manager_helm_chart = "${local.cert_manager_version}" | ||
| cert_manager_cainjector_tag = "v${local.cert_manager_version}" | ||
| cert_manager_controller_tag = "v${local.cert_manager_version}" | ||
| cert_manager_startupapicheck_tag = "v${local.cert_manager_version}" | ||
| cert_manager_webhook_tag = "v${local.cert_manager_version}" | ||
| cluster_issuer_name = "cert-manager" | ||
| ################ | ||
|
|
||
| ################ | ||
| # Istio | ||
| ################ | ||
| istio_version = "1.22.1" | ||
|
|
||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
lab/development/us-gov-east-1/vpc/platform-eng-cicd-test/eks-cert-manager/terragrunt.hcl
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
lab/development/us-gov-east-1/vpc/platform-eng-cicd-test/eks-config/terragrunt.hcl
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
lab/development/us-gov-east-1/vpc/platform-eng-cicd-test/eks-dns/terragrunt.hcl
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
lab/development/us-gov-east-1/vpc/platform-eng-cicd-test/eks-grafana/terragrunt.hcl
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
lab/development/us-gov-east-1/vpc/platform-eng-cicd-test/eks-istio/terragrunt.hcl
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
lab/development/us-gov-east-1/vpc/platform-eng-cicd-test/eks-k8s-dashboard/terragrunt.hcl
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
lab/development/us-gov-east-1/vpc/platform-eng-cicd-test/eks-karpenter/terragrunt.hcl
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.