Skip to content

Commit

Permalink
Updated code to use the original code where istio charts download fro…
Browse files Browse the repository at this point in the history
…m googleapis with minor updates
  • Loading branch information
nangu001 committed Jun 14, 2024
1 parent 9ad0d94 commit 520d902
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lab/us-gov-east-1/vpc/cluster/eks-istio/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio.git?ref=1.0.3"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio.git?ref=1.0.4"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand Down Expand Up @@ -27,9 +27,7 @@ dependency "eks" {
inputs = {
profile = dependency.eks.inputs.profile
cluster_name = dependency.eks.inputs.cluster_name
proxy_image = "224384469011.dkr.ecr.us-gov-east-1.amazonaws.com/platform-eng-eks-test/istio/proxyv2:1.22.1"
pilot_image = "224384469011.dkr.ecr.us-gov-east-1.amazonaws.com/platform-eng-eks-test/istio/pilot:1.22.1"
region = "us-gov-east-1"
# istio_chart_version = "1.20"
# istio_version = "1.20"
istio_chart_version = "1.22.1"
istio_version = "1.22.1"
}

0 comments on commit 520d902

Please sign in to comment.