From cfffbc93785e4ba9ed7e9790869bce77661410e4 Mon Sep 17 00:00:00 2001 From: Jamon Date: Thu, 11 Apr 2024 18:17:54 -0400 Subject: [PATCH] refactor istio to use imagetest_harness_k3s Signed-off-by: Jamon --- images/istio/tests/istiod/main.tf | 1 + images/istio/tests/main.tf | 1 + 2 files changed, 2 insertions(+) diff --git a/images/istio/tests/istiod/main.tf b/images/istio/tests/istiod/main.tf index f40e964c5b..64e50f9c8e 100644 --- a/images/istio/tests/istiod/main.tf +++ b/images/istio/tests/istiod/main.tf @@ -11,6 +11,7 @@ variable "values" { revision = "istio-system" pilot = { image = "cgr.dev/chainguard/istio-pilot" + tag = "latest" } global = { istioNamespace = "istio-system" diff --git a/images/istio/tests/main.tf b/images/istio/tests/main.tf index 0fa708efca..d84d60d0bd 100644 --- a/images/istio/tests/main.tf +++ b/images/istio/tests/main.tf @@ -74,6 +74,7 @@ module "helm_istiod" { revision = local.namespace pilot = { image = data.oci_string.ref["pilot"].registry_repo + tag = data.oci_string.ref["pilot"].pseudo_tag } global = { istioNamespace = local.namespace