diff --git a/copy_images.tf b/copy_images.tf index d321b82..deab0e1 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -9,8 +9,8 @@ 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 }, @@ -18,8 +18,8 @@ locals { 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 }, diff --git a/main.tf b/main.tf index 5a689ab..e547603 100644 --- a/main.tf +++ b/main.tf @@ -14,6 +14,14 @@ resource "helm_release" "kiali_operator" { namespace = var.namespace set = [ + { + name = "securityContext.runAsUser" + value = 2001 + }, + { + name = "securityContext.runAsGroup" + value = 2001 + }, { name = "image.repo" value = format("%v/%v",