Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Nov 8, 2024
1 parent 677ee17 commit 03dc15d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ locals {
#####################
# Module Versions
#####################
cluster_version = "1.30.0"
custom_service_eks_account = "${local.release_version}"
eks_module_version = "20.28.0"
istio_ingress_version = "${local.release_version}"
custom_service_eks_account = "${local.release_version}"
cluster_version = "1.30.0"
release_version = "0.1.1"

#####################
# TF Providers
Expand All @@ -15,10 +16,9 @@ locals {
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"
random_version = "3.5.1"
release_version = "0.1.1"
template_version = "2.2.0"
tf_version = "1.5.0"

#####################
# EKS Config
Expand All @@ -29,8 +29,8 @@ locals {
# k8s-dashboard
################
dashboard_hostname = "dashboard"
k8s_dashboard_version = "2.7.0"
k8s_dashboard_metrics_scraper = "1.0.8"
k8s_dashboard_version = "2.7.0"

################
# Cert-Manager
Expand Down

0 comments on commit 03dc15d

Please sign in to comment.