From 41815056e2a02aa700a31b50e730b941c3b8fa80 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Mon, 2 Sep 2024 10:01:29 +0200 Subject: [PATCH] fix container_repository url in Uyuni-Master-K3S.tf --- terracumber_config/tf_files/Uyuni-Master-K3S.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terracumber_config/tf_files/Uyuni-Master-K3S.tf b/terracumber_config/tf_files/Uyuni-Master-K3S.tf index 30a5a854f..b17bbc13f 100644 --- a/terracumber_config/tf_files/Uyuni-Master-K3S.tf +++ b/terracumber_config/tf_files/Uyuni-Master-K3S.tf @@ -151,7 +151,7 @@ module "cucumber_testsuite" { additional_packages = [ "venv-salt-minion" ] install_salt_bundle = true runtime = "k3s" - container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers_leap_15.6/uyuni" + container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers_leap_15.6" container_tag = "latest" helm_chart_url = "oci://registry.opensuse.org/systemsmanagement/uyuni/master/charts/uyuni/server-helm" }