Skip to content

Commit

Permalink
do not pass kubectl_image_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 17, 2025
1 parent c82b7ce commit 34c1887
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ locals {
#####################
# Module Versions
#####################
cluster_version = "1.30"
cluster_version = "1.31"
custom_service_eks_account = "${local.release_version}"
eks_module_version = "20.28.0"
eks_module_version = "20.31.6"
istio_ingress_version = "${local.release_version}"
release_version = "0.1.1"

Expand All @@ -19,12 +19,12 @@ locals {
null_version = "3.2.1"
random_version = "3.5.1"
template_version = "2.2.0"
tf_version = "1.5.0"
tf_version = "1.8.0" # since we are using provider functions

#####################
# EKS Config
#####################
kubectl_image_tag = "1.30.4"
# kubectl_image_tag = "1.30.4"

################
# k8s-dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include "root" {
}

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-configuration.git?ref=${include.root.inputs.release_version}"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-configuration.git?ref=no_kubectl"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand Down Expand Up @@ -38,5 +38,5 @@ inputs = {
security_group_all_worker_mgmt_id = dependency.eks.outputs.security_group_all_worker_mgmt_id
eks_managed_node_groups_autoscaling_group_names = dependency.eks.outputs.eks_managed_node_groups_autoscaling_group_names
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
kubectl_image_tag = include.root.inputs.kubectl_image_tag
# kubectl_image_tag = include.root.inputs.kubectl_image_tag
}

0 comments on commit 34c1887

Please sign in to comment.