Skip to content

Commit

Permalink
update source path
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 15, 2025
1 parent 71f661b commit dfef988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit dfef988

Please sign in to comment.