Skip to content

Commit

Permalink
update image sources
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 17, 2025
1 parent 5e8c8d5 commit a3bd46a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ locals {
enabled = true
dest_path = null
name = "grafana/enterprise-logs-provisioner"
source_image = "grafana/enterprise-logs-provisioner"
source_registry = format("%v/%v", local.ent_ecr_source, "docker")
source_image = "ironbank/opensource/grafana/enterprise-logs-provisioner"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.enterprise_logs_provisioner_tag
tag = var.enterprise_logs_provisioner_tag
},
{
enabled = true
dest_path = null
name = "grafana/nginx-unprivileged"
source_image = "nginx/nginx-unprivileged"
source_registry = format("%v/%v", local.ent_ecr_source, "public-ecr")
source_image = "opensource/nginx/nginx-alpine"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.gateway_tag
tag = var.gateway_tag
},
Expand Down

0 comments on commit a3bd46a

Please sign in to comment.