Skip to content

Commit

Permalink
Fix container_registry in Uyuni-Master-build-validation-NUE.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimassaguerpla authored Sep 2, 2024
1 parent 4181505 commit ece5804
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module "server_containerized" {
from_email = "root@suse.de"

runtime = "podman"
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"

Expand All @@ -222,7 +222,7 @@ module "proxy_containerized" {
}

runtime = "podman"
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"
auto_configure = false
ssh_key_path = "./salt/controller/id_rsa.pub"
Expand Down

0 comments on commit ece5804

Please sign in to comment.