Skip to content

Commit

Permalink
use bitnami image
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 6, 2025
1 parent c82dff1 commit 0770e41
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 @@ -6,8 +6,8 @@ locals {
enabled = true
dest_path = null
name = "tempo"
source_image = "grafana/tempo"
source_registry = "docker.io"
source_image = "bitnami/grafana-tempo"
source_registry = "public.ecr.aws"
source_tag = var.tempo_tag
tag = var.tempo_tag
}
Expand Down

0 comments on commit 0770e41

Please sign in to comment.