From cd31aba52599b0b43cb1529f60d3a2d70ff70732 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 14 Apr 2025 23:39:54 -0400 Subject: [PATCH] fix pushgateway --- copy_images.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy_images.tf b/copy_images.tf index dde62ec..17490e7 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -69,7 +69,7 @@ locals { enabled = true dest_path = null name = local.pushgateway_name - source_image = "oensource/prometheus/pushgateway" + source_image = "prometheus/pushgateway" source_registry = format("%v/%v", local.ent_ecr_source, "quay") source_tag = var.pushgateway_tag tag = var.pushgateway_tag