diff --git a/main.tf b/main.tf index 253a6a4..7c5a84b 100644 --- a/main.tf +++ b/main.tf @@ -37,11 +37,11 @@ resource "helm_release" "istiod" { } set { name = "global.proxy.image" - value = module.images.images[local.pilot_key].repository + value = module.images.images[local.pilot_key].dest_repository } set { name = "global.proxy_init.image" - value = module.images.images[local.pilot_key].repository + value = module.images.images[local.pilot_key].dest_repository } set {