Skip to content

Commit

Permalink
fix container_repository url in Uyuni-Master-K3S.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimassaguerpla authored Sep 2, 2024
1 parent 3ab2efc commit 4181505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/Uyuni-Master-K3S.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 4181505

Please sign in to comment.