Skip to content

Commit

Permalink
Use Master container and chart for podman and k3s CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosdo committed Oct 11, 2023
1 parent ab2bf23 commit 0b088d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-Master-K3S.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ module "cucumber_testsuite" {
memory = 16384
}
runtime = "k3s"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/servercontainer/containers/uyuni"
helm_chart_url = "oci://registry.opensuse.org/systemsmanagement/uyuni/master/servercontainer/charts/uyuni/server"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers/uyuni"
helm_chart_url = "oci://registry.opensuse.org/systemsmanagement/uyuni/master/charts/uyuni/server"
login_timeout = 28800
}
proxy = {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-Master-podman.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ module "cucumber_testsuite" {
memory = 16384
}
runtime = "podman"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/servercontainer/containers/uyuni"
helm_chart_url = "oci://registry.opensuse.org/systemsmanagement/uyuni/master/servercontainer/charts/uyuni/server"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers/uyuni"
helm_chart_url = "oci://registry.opensuse.org/systemsmanagement/uyuni/master/charts/uyuni/server"
login_timeout = 28800
}
proxy = {
Expand Down

0 comments on commit 0b088d4

Please sign in to comment.