diff --git a/.tekton/README.md b/.tekton/README.md index 19a34c3ae..07e414142 100644 --- a/.tekton/README.md +++ b/.tekton/README.md @@ -20,9 +20,9 @@ Each repo includes a `.version.json` file at its root. This file controls: ```json { "dev-version": "0.0.5", - "dev-registry": "quay.io/vllm-d/-dev", + "dev-registry": "quay.io/llm-d/-dev", "prod-version": "0.0.4", - "prod-registry": "quay.io/vllm-d/" + "prod-registry": "quay.io/llm-d/" } ``` @@ -43,8 +43,8 @@ The pipeline reads this file to: This pipeline maintains two container repositories for this GitHub repository, as follows. -- `quay.io/vllm-d/-dev`. Hold builds from the `dev` branch as described below. -- `quay.io/vllm-d/`. Holds promotions to prod, as described below. +- `quay.io/llm-d/-dev`. Hold builds from the `dev` branch as described below. +- `quay.io/llm-d/`. Holds promotions to prod, as described below. --- diff --git a/.version.json b/.version.json index 7e751ea7a..9d853e4ca 100644 --- a/.version.json +++ b/.version.json @@ -1,6 +1,6 @@ { "dev-version": "0.0.5", - "dev-registry": "quay.io/vllm-d/gateway-api-inference-extension-dev", + "dev-registry": "quay.io/llm-d/gateway-api-inference-extension-dev", "prod-version": "0.0.4", - "prod-registry": "quay.io/vllm-d/gateway-api-inference-extension" + "prod-registry": "quay.io/llm-d/gateway-api-inference-extension" } diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d2aba4682..8e3628872 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -312,7 +312,7 @@ DEV_VERSION=$EPP_TAG make image-build Tag the image for your private registry and push it: ```bash -$CONTAINER_RUNTIME tag quay.io/vllm-d/gateway-api-inference-extension/epp:$TAG \ +$CONTAINER_RUNTIME tag quay.io/llm-d/gateway-api-inference-extension/epp:$TAG \ /:$EPP_TAG $CONTAINER_RUNTIME push /:$EPP_TAG ``` diff --git a/deploy/components/inference-gateway/deployments.yaml b/deploy/components/inference-gateway/deployments.yaml index afff8fd20..7d2eccf75 100644 --- a/deploy/components/inference-gateway/deployments.yaml +++ b/deploy/components/inference-gateway/deployments.yaml @@ -18,7 +18,7 @@ spec: terminationGracePeriodSeconds: 130 containers: - name: epp - image: quay.io/vllm-d/gateway-api-inference-extension/epp:latest + image: quay.io/llm-d/gateway-api-inference-extension/epp:latest imagePullPolicy: IfNotPresent args: - -poolName diff --git a/deploy/components/inference-gateway/kustomization.yaml b/deploy/components/inference-gateway/kustomization.yaml index 49607a379..9a7c81891 100644 --- a/deploy/components/inference-gateway/kustomization.yaml +++ b/deploy/components/inference-gateway/kustomization.yaml @@ -28,5 +28,5 @@ resources: - httproutes.yaml images: -- name: quay.io/vllm-d/gateway-api-inference-extension/epp +- name: quay.io/llm-d/gateway-api-inference-extension/epp newTag: 0.0.1 diff --git a/deploy/components/vllm-sim/deployments.yaml b/deploy/components/vllm-sim/deployments.yaml index 34b742c28..8ec69da2f 100644 --- a/deploy/components/vllm-sim/deployments.yaml +++ b/deploy/components/vllm-sim/deployments.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: vllm - image: quay.io/vllm-d/vllm-sim:latest + image: quay.io/llm-d/vllm-sim:latest imagePullPolicy: IfNotPresent args: - "--port=8000" diff --git a/deploy/components/vllm-sim/kustomization.yaml b/deploy/components/vllm-sim/kustomization.yaml index 594d4ba86..091b965da 100644 --- a/deploy/components/vllm-sim/kustomization.yaml +++ b/deploy/components/vllm-sim/kustomization.yaml @@ -12,5 +12,5 @@ resources: - deployments.yaml images: -- name: quay.io/vllm-d/vllm-sim +- name: quay.io/llm-d/vllm-sim newTag: 0.0.2 diff --git a/deploy/environments/dev/kubernetes-istio/kustomization.yaml b/deploy/environments/dev/kubernetes-istio/kustomization.yaml index 38d5e722d..f49b13049 100644 --- a/deploy/environments/dev/kubernetes-istio/kustomization.yaml +++ b/deploy/environments/dev/kubernetes-istio/kustomization.yaml @@ -9,10 +9,10 @@ resources: - destinationrules.yaml images: -- name: quay.io/vllm-d/vllm-sim +- name: quay.io/llm-d/vllm-sim newName: ${VLLM_SIM_IMAGE} newTag: ${VLLM_SIM_TAG} -- name: quay.io/vllm-d/gateway-api-inference-extension/epp +- name: quay.io/llm-d/gateway-api-inference-extension/epp newName: ${EPP_IMAGE} newTag: ${EPP_TAG} diff --git a/deploy/environments/dev/kubernetes-kgateway/kustomization.yaml b/deploy/environments/dev/kubernetes-kgateway/kustomization.yaml index 293119e22..2bf011dee 100644 --- a/deploy/environments/dev/kubernetes-kgateway/kustomization.yaml +++ b/deploy/environments/dev/kubernetes-kgateway/kustomization.yaml @@ -9,7 +9,7 @@ resources: - gateway-parameters.yaml images: -- name: quay.io/vllm-d/gateway-api-inference-extension/epp +- name: quay.io/llm-d/gateway-api-inference-extension/epp newName: ${EPP_IMAGE} newTag: ${EPP_TAG} diff --git a/deploy/environments/dev/kubernetes-vllm/vllm-p2p/kustomization.yaml b/deploy/environments/dev/kubernetes-vllm/vllm-p2p/kustomization.yaml index 2d3783127..6a3186a83 100644 --- a/deploy/environments/dev/kubernetes-vllm/vllm-p2p/kustomization.yaml +++ b/deploy/environments/dev/kubernetes-vllm/vllm-p2p/kustomization.yaml @@ -5,7 +5,7 @@ resources: - ../../../../components/vllm-p2p/ images: -- name: quay.io/vllm-d/vllm-d-dev:0.0.2 +- name: quay.io/llm-d/llm-d-dev:0.0.2 newName: ${VLLM_IMAGE} newTag: ${VLLM_TAG} diff --git a/deploy/environments/dev/kubernetes-vllm/vllm-sim/kustomization.yaml b/deploy/environments/dev/kubernetes-vllm/vllm-sim/kustomization.yaml index a45ae271a..848f8ca51 100644 --- a/deploy/environments/dev/kubernetes-vllm/vllm-sim/kustomization.yaml +++ b/deploy/environments/dev/kubernetes-vllm/vllm-sim/kustomization.yaml @@ -5,7 +5,7 @@ resources: - ../../../../components/vllm-sim/ images: -- name: quay.io/vllm-d/vllm-sim +- name: quay.io/llm-d/vllm-sim newTag: ${VLLM_SIM_TAG} patches: diff --git a/deploy/environments/dev/kubernetes-vllm/vllm/kustomization.yaml b/deploy/environments/dev/kubernetes-vllm/vllm/kustomization.yaml index e512ee897..147f68902 100644 --- a/deploy/environments/dev/kubernetes-vllm/vllm/kustomization.yaml +++ b/deploy/environments/dev/kubernetes-vllm/vllm/kustomization.yaml @@ -5,7 +5,7 @@ resources: - ../../../../components/vllm/ images: -- name: quay.io/vllm-d/vllm-d-dev +- name: quay.io/llm-d/llm-d-dev newName: ${VLLM_IMAGE} newTag: ${VLLM_TAG} diff --git a/scripts/kind-load-images.sh b/scripts/kind-load-images.sh index b152f9592..efba548bb 100755 --- a/scripts/kind-load-images.sh +++ b/scripts/kind-load-images.sh @@ -15,7 +15,7 @@ set -eo pipefail : "${CLUSTER_NAME:=gie-dev}" # Set the default IMAGE_REGISTRY if not provided -: "${IMAGE_REGISTRY:=quay.io/vllm-d}" +: "${IMAGE_REGISTRY:=quay.io/llm-d}" # Set a default VLLM_SIMULATOR_IMAGE if not provided : "${VLLM_SIMULATOR_IMAGE:=vllm-sim}" diff --git a/scripts/kubernetes-dev-env.sh b/scripts/kubernetes-dev-env.sh index 59d6d4d51..21564e9cc 100755 --- a/scripts/kubernetes-dev-env.sh +++ b/scripts/kubernetes-dev-env.sh @@ -39,7 +39,7 @@ export VLLM_MODE="${VLLM_MODE:-vllm-sim}" case "${VLLM_MODE}" in vllm-sim) - export VLLM_SIM_IMAGE="${VLLM_SIM_IMAGE:-quay.io/vllm-d/vllm-sim}" + export VLLM_SIM_IMAGE="${VLLM_SIM_IMAGE:-quay.io/llm-d/vllm-sim}" export VLLM_SIM_TAG="${VLLM_SIM_TAG:-0.0.2}" export EPP_IMAGE="${EPP_IMAGE:-us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp}" export EPP_TAG="${EPP_TAG:-main}" @@ -55,9 +55,9 @@ case "${VLLM_MODE}" in export VLLM_DEPLOYMENT_NAME="${VLLM_DEPLOYMENT_NAME:-vllm-${MODEL_LABEL}}" if [[ "$VLLM_MODE" == "vllm" ]]; then - export VLLM_IMAGE="${VLLM_IMAGE:-quay.io/vllm-d/vllm-d-dev}" + export VLLM_IMAGE="${VLLM_IMAGE:-quay.io/llm-d/llm-d-dev}" export VLLM_TAG="${VLLM_TAG:-0.0.2}" - export EPP_IMAGE="${EPP_IMAGE:-quay.io/vllm-d/gateway-api-inference-extension-dev}" + export EPP_IMAGE="${EPP_IMAGE:-quay.io/llm-d/gateway-api-inference-extension-dev}" export EPP_TAG="${EPP_TAG:-0.0.4}" export MAX_MODEL_LEN="${MAX_MODEL_LEN:-8192}" export PVC_NAME="${PVC_NAME:-vllm-storage-claim}"