diff --git a/copy_images.tf b/copy_images.tf index df77edb..dde62ec 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -69,8 +69,8 @@ locals { enabled = true dest_path = null name = local.pushgateway_name - source_image = "opensource/prometheus/pushgateway" - source_registry = format("%v/%v", local.ent_ecr_source, "ironbank") + source_image = "oensource/prometheus/pushgateway" + source_registry = format("%v/%v", local.ent_ecr_source, "quay") source_tag = var.pushgateway_tag tag = var.pushgateway_tag },