Skip to content

Commit

Permalink
back to quay
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 18, 2025
1 parent 18f2e69 commit 35ca511
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 @@ -10,7 +10,7 @@ locals {
dest_path = null
name = "istio-tools/kiali-operator"
source_image = "kiali/kiali-operator"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_tag = var.kiali_application_version
tag = var.kiali_application_version
},
Expand All @@ -19,7 +19,7 @@ locals {
dest_path = null
name = "istio-tools/kiali"
source_image = "kiali/kiali"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_tag = var.kiali_application_version
tag = var.kiali_application_version
},
Expand Down

0 comments on commit 35ca511

Please sign in to comment.