Skip to content

Commit

Permalink
more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Nov 7, 2024
1 parent 427f15e commit fb4e19e
Show file tree
Hide file tree
Showing 33 changed files with 88 additions and 854 deletions.
2 changes: 1 addition & 1 deletion lab/_envcommon/aws-provider.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include "root" {
merge_strategy = "deep"
expose = false
}

# Generate an AWS provider block
generate "aws_provider" {
path = "${get_original_terragrunt_dir()}/aws_provider.tf"
Expand Down
45 changes: 40 additions & 5 deletions lab/_envcommon/default-versions.hcl
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"

}
2 changes: 1 addition & 1 deletion lab/_envcommon/helm-provider.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dependency "eks" {
config_path = "${get_original_terragrunt_dir()}/../eks"
mock_outputs = {
cluster_name = "a-cluster-name"
cluster_name = "a-cluster-name"
}
}

Expand Down
2 changes: 1 addition & 1 deletion lab/_envcommon/kubernetes-provider.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dependency "eks" {
config_path = "${get_original_terragrunt_dir()}/../eks"
mock_outputs = {
cluster_name = "a-cluster-name"
cluster_name = "a-cluster-name"
}
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fb4e19e

Please sign in to comment.