@@ -312,7 +312,7 @@ tests:
312312 asserts :
313313 - equal :
314314 path : spec.template.spec.containers[0].image
315- value : " ghcr .io/llm-d-incubation/ batch-gateway-apiserver@sha256:abc123"
315+ value : " quay .io/opendatahub/odh- llm-d-batch-gateway-apiserver@sha256:abc123"
316316 template : templates/apiserver-deployment.yaml
317317
318318 - it : should use digest when set for processor
@@ -321,7 +321,7 @@ tests:
321321 asserts :
322322 - equal :
323323 path : spec.template.spec.containers[0].image
324- value : " ghcr .io/llm-d-incubation/ batch-gateway-processor@sha256:def456"
324+ value : " quay .io/opendatahub/odh- llm-d-batch-gateway-processor@sha256:def456"
325325 template : templates/processor-deployment.yaml
326326
327327 - it : should use digest when set for gc
@@ -330,7 +330,7 @@ tests:
330330 asserts :
331331 - equal :
332332 path : spec.template.spec.containers[0].image
333- value : " ghcr .io/llm-d-incubation/ batch-gateway-gc@sha256:789ghi"
333+ value : " quay .io/opendatahub/odh- llm-d-batch-gateway-gc@sha256:789ghi"
334334 template : templates/gc-deployment.yaml
335335
336336 - it : should prefer digest over tag when both are set
@@ -340,7 +340,7 @@ tests:
340340 asserts :
341341 - equal :
342342 path : spec.template.spec.containers[0].image
343- value : " ghcr .io/llm-d-incubation/ batch-gateway-apiserver@sha256:abc123"
343+ value : " quay .io/opendatahub/odh- llm-d-batch-gateway-apiserver@sha256:abc123"
344344 template : templates/apiserver-deployment.yaml
345345
346346 # --- Fail guards ---
0 commit comments