Skip to content

Commit

Permalink
📦️ package(copy_images.tf): update the source to pull karpenter via i…
Browse files Browse the repository at this point in the history
…ronbank
  • Loading branch information
morga471 committed Jan 20, 2026
1 parent b661973 commit 47b7a7a
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 @@ -7,9 +7,9 @@ locals {
enabled = true
dest_path = null
name = "karpenter/controller"
source_image = "karpenter/controller"
source_image = "opensource/aws/karpenter/controller"
# source_registry = "public.ecr.aws"
source_registry = format("%v/%v", local.ent_ecr_source, "public-ecr")
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.karpenter_tag
tag = var.karpenter_tag
},
Expand Down

0 comments on commit 47b7a7a

Please sign in to comment.