From be2d39b5eceb2c5a43ffcdb2804abc34c9b86907 Mon Sep 17 00:00:00 2001 From: newcarlis <60241143+newcarlis@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:43:39 -0500 Subject: [PATCH] update chart path (#2313) Signed-off-by: Carly --- images/helm-operator/tests/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/helm-operator/tests/main.tf b/images/helm-operator/tests/main.tf index 5056cddf5c..4a8a13056b 100644 --- a/images/helm-operator/tests/main.tf +++ b/images/helm-operator/tests/main.tf @@ -26,7 +26,7 @@ module "helm" { chart = "https://bsgrigorov.github.io/helm-operator/helm-operator-0.0.2.tgz" name = "helm-operator" values = { - image = { + images = { operator = "${data.oci_string.ref.registry_repo}:${data.oci_string.ref.pseudo_tag}" } }