Skip to content

Commit

Permalink
update image source
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 18, 2025
1 parent 78eaab5 commit b36c38a
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 @@ -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
}
Expand Down

0 comments on commit b36c38a

Please sign in to comment.