Skip to content

Commit

Permalink
fix pushgateway
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 15, 2025
1 parent dfef988 commit cd31aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd31aba

Please sign in to comment.