diff --git a/copy_images.tf b/copy_images.tf index 900c50a..8970535 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -7,8 +7,8 @@ locals { enabled = true dest_path = null name = "tempo" - source_image = "bitnami/grafana-tempo" - source_registry = format("%v/%v", local.ent_ecr_source, "public-ecr") + source_image = "opensource/grafana/tempo" + source_registry = format("%v/%v", local.ent_ecr_source, "ironbank") source_tag = var.tempo_tag tag = var.tempo_tag }