Skip to content

Commit

Permalink
Update registry with latest MU (SUSE#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsamis authored and maximenoel8 committed Oct 9, 2024
1 parent 09d2436 commit 08f5eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/SUSEManager-5.0-SLE-update-PRV.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ module "server_containerized" {
main_disk_size = 1500
runtime = "podman"
// Temporary workaround to see if we pass proxy stage. Also needs to be updated on next MU
container_repository = "registry.suse.de/suse/maintenance/35237/suse_sle-15-sp6_update_products_manager50_update_containerfile"
container_repository = "registry.suse.de/suse/maintenance/347951/suse_sle-15-sp6_update_products_manager50_update_containerfile"
container_tag = "latest"
server_mounted_mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"

Expand Down Expand Up @@ -165,7 +165,7 @@ module "proxy_containerized" {

runtime = "podman"
// Temporary workaround to see if we pass proxy stage. Also needs to be updated on next MU
container_repository = "registry.suse.de/suse/maintenance/35237/suse_sle-15-sp6_update_products_manager50_update_containerfile"
container_repository = "registry.suse.de/suse/maintenance/347951/suse_sle-15-sp6_update_products_manager50_update_containerfile"
container_tag = "latest"

auto_configure = false
Expand Down

0 comments on commit 08f5eeb

Please sign in to comment.