Skip to content

Commit

Permalink
update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 15, 2025
1 parent ae46088 commit a4fbdd5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ locals {
enabled = true
dest_path = null
name = "grafana/loki"
source_image = "bitnami/grafana-loki"
source_registry = format("%v/%v", local.ent_ecr_source, "public-ecr")
source_image = "opensource/grafana/loki"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.loki_tag
tag = var.loki_tag
},
{
enabled = true
dest_path = null
name = "memcached"
source_image = "bitnami/memcached"
source_registry = format("%v/%v", local.ent_ecr_source, "public-ecr")
source_image = "opensource/memcached"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.memcached_tag
tag = var.memcached_tag
},
{
enabled = true
dest_path = null
name = "prom/memcached-exporter"
source_image = "prom/memcached-exporter"
source_registry = format("%v/%v", local.ent_ecr_source, "docker")
source_image = "opensource/prometheus/memcached-exporter"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.exporter_tag
tag = var.exporter_tag
},
Expand All @@ -40,7 +40,7 @@ locals {
dest_path = null
name = "kiwigrid/k8s-sidecar"
source_image = "kiwigrid/k8s-sidecar"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.sidecar_tag
tag = var.sidecar_tag
},
Expand Down

0 comments on commit a4fbdd5

Please sign in to comment.