Skip to content

Commit

Permalink
feat(copy_images.tf) use ironbank sourced images for kiali
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 23, 2026
1 parent 350191c commit 8b9ee30
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 @@ -9,17 +9,17 @@ locals {
enabled = true
dest_path = null
name = "istio-tools/kiali-operator"
source_image = "kiali/kiali-operator"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_image = "opensource/kiali/kiali-operator"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.kiali_application_version
tag = var.kiali_application_version
},
{
enabled = true
dest_path = null
name = "istio-tools/kiali"
source_image = "kiali/kiali"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_image = "opensource/kiali/kiali"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.kiali_application_version
tag = var.kiali_application_version
},
Expand Down

0 comments on commit 8b9ee30

Please sign in to comment.