From 51176402dde59c58c6e7d84408fc271511096f7c Mon Sep 17 00:00:00 2001 From: Kristina Pathak Date: Thu, 20 Aug 2026 10:10:23 -0700 Subject: [PATCH] fix(nvca-operator): use NGC core BYOO image Signed-off-by: Kristina Pathak --- deploy/helm/nvca-operator/nvca-operator/templates/_helpers.tpl | 2 +- .../tests/self_managed_nvca_image_reference_test.sh | 2 +- .../nvca/deployments/nvca-operator/templates/_helpers.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/helm/nvca-operator/nvca-operator/templates/_helpers.tpl b/deploy/helm/nvca-operator/nvca-operator/templates/_helpers.tpl index 1b9b7fa7c..2af9ed98c 100644 --- a/deploy/helm/nvca-operator/nvca-operator/templates/_helpers.tpl +++ b/deploy/helm/nvca-operator/nvca-operator/templates/_helpers.tpl @@ -165,7 +165,7 @@ Usage: {{ include "nvcaop.byooOtelCollectorImage" . }} {{- if .imageRepository -}} {{- .imageRepository -}} {{- else if hasPrefix "stg.nvcr.io/nvidia/nvcf-byoc" .defaultRepository -}} -stg.nvcr.io/nvidia/nvcf-byoc/byoo-otel-collector +stg.nvcr.io/nv-cf/nvcf-core/byoo-otel-collector {{- else -}} nvcr.io/nvidia/nvcf-byoc/byoo-otel-collector {{- end -}} diff --git a/deploy/helm/nvca-operator/tests/self_managed_nvca_image_reference_test.sh b/deploy/helm/nvca-operator/tests/self_managed_nvca_image_reference_test.sh index feeaa9dc7..59d720840 100755 --- a/deploy/helm/nvca-operator/tests/self_managed_nvca_image_reference_test.sh +++ b/deploy/helm/nvca-operator/tests/self_managed_nvca_image_reference_test.sh @@ -212,7 +212,7 @@ if [[ "${byoo_function_image}" != "nvcr.io/nvidia/nvcf-byoc/byoo-otel-collector: exit 1 fi -if [[ "${stage_byoo_function_image}" != "stg.nvcr.io/nvidia/nvcf-byoc/byoo-otel-collector:0.157.0-nv-0.1.1" || \ +if [[ "${stage_byoo_function_image}" != "stg.nvcr.io/nv-cf/nvcf-core/byoo-otel-collector:0.157.0-nv-0.1.1" || \ "${stage_byoo_task_image}" != "${stage_byoo_function_image}" ]]; then echo "expected BYOO collector defaults to use the staging image repository" >&2 exit 1 diff --git a/src/compute-plane-services/nvca/deployments/nvca-operator/templates/_helpers.tpl b/src/compute-plane-services/nvca/deployments/nvca-operator/templates/_helpers.tpl index 1b9b7fa7c..2af9ed98c 100644 --- a/src/compute-plane-services/nvca/deployments/nvca-operator/templates/_helpers.tpl +++ b/src/compute-plane-services/nvca/deployments/nvca-operator/templates/_helpers.tpl @@ -165,7 +165,7 @@ Usage: {{ include "nvcaop.byooOtelCollectorImage" . }} {{- if .imageRepository -}} {{- .imageRepository -}} {{- else if hasPrefix "stg.nvcr.io/nvidia/nvcf-byoc" .defaultRepository -}} -stg.nvcr.io/nvidia/nvcf-byoc/byoo-otel-collector +stg.nvcr.io/nv-cf/nvcf-core/byoo-otel-collector {{- else -}} nvcr.io/nvidia/nvcf-byoc/byoo-otel-collector {{- end -}}