Skip to content

Commit

Permalink
use ironbank image
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 15, 2025
1 parent b2571d0 commit 71f661b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ locals {
enabled = true
dest_path = null
name = local.prom_config_reload_name
source_image = "prometheus-operator/prometheus-config-reloader"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_image = "opensource/prometheus-operator/prometheus-config-reloader"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.prometheus_config_reloader_tag
tag = var.prometheus_config_reloader_tag
},
{
enabled = true
dest_path = null
name = local.prom_name
source_image = "prometheus/prometheus"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_image = "opensource/prometheus/prometheus"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.prometheus_server_tag
tag = var.prometheus_server_tag
},
{
enabled = true
dest_path = null
name = local.alertman_name
source_image = "prometheus/alertmanager"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_image = "opensource/prometheus/alertmanager"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.alertmanager_tag
tag = var.alertmanager_tag
},
Expand All @@ -60,17 +60,17 @@ locals {
enabled = true
dest_path = null
name = local.node_exporter_name
source_image = "prometheus/node-exporter"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_image = "opensource/prometheus/node-exporter"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.node_exporter_tag
tag = var.node_exporter_tag
},
{
enabled = true
dest_path = null
name = local.pushgateway_name
source_image = "prometheus/pushgateway"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_image = "opensource/prometheus/pushgateway"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.pushgateway_tag
tag = var.pushgateway_tag
},
Expand Down

0 comments on commit 71f661b

Please sign in to comment.