From 2face8f8fb9b1c373fbcfdc198113db86887d8ff Mon Sep 17 00:00:00 2001 From: Stephen Via Date: Thu, 28 May 2026 18:46:47 +0000 Subject: [PATCH] feat: add ap-south-2 (HYD) ECR regional-values for GPU operator Add regional-values file for ap-south-2 so customers in Hyderabad can pull GPU operator images from the local ECR mirror (580982410692) during helm install. ECR account verified via isengardcli: aws-crescendo-dockerregistry+prod-hyd-service --- .../regional-values/values-ap-south-2.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helm_chart/HyperPodHelmChart/charts/gpu-operator/regional-values/values-ap-south-2.yaml diff --git a/helm_chart/HyperPodHelmChart/charts/gpu-operator/regional-values/values-ap-south-2.yaml b/helm_chart/HyperPodHelmChart/charts/gpu-operator/regional-values/values-ap-south-2.yaml new file mode 100644 index 00000000..46b0e28f --- /dev/null +++ b/helm_chart/HyperPodHelmChart/charts/gpu-operator/regional-values/values-ap-south-2.yaml @@ -0,0 +1,13 @@ +gpu-operator: + operator: + repository: "580982410692.dkr.ecr.ap-south-2.amazonaws.com" + toolkit: + repository: "580982410692.dkr.ecr.ap-south-2.amazonaws.com/mirror-k8s" + devicePlugin: + repository: "580982410692.dkr.ecr.ap-south-2.amazonaws.com" + gfd: + repository: "580982410692.dkr.ecr.ap-south-2.amazonaws.com" + migManager: + repository: "580982410692.dkr.ecr.ap-south-2.amazonaws.com/mirror-cloud-native" + validator: + repository: "580982410692.dkr.ecr.ap-south-2.amazonaws.com/mirror-cloud-native"