Skip to content

Commit 1e3950d

Browse files
committed
updates to registry references
1 parent df99a4b commit 1e3950d

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

.tekton/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Each repo includes a `.version.json` file at its root. This file controls:
2020
```json
2121
{
2222
"dev-version": "0.0.5",
23-
"dev-registry": "quay.io/vllm-d/<your project name>-dev",
23+
"dev-registry": "quay.io/llm-d/<your project name>-dev",
2424
"prod-version": "0.0.4",
25-
"prod-registry": "quay.io/vllm-d/<your project name>"
25+
"prod-registry": "quay.io/llm-d/<your project name>"
2626
}
2727
```
2828

@@ -43,8 +43,8 @@ The pipeline reads this file to:
4343

4444
This pipeline maintains two container repositories for this GitHub repository, as follows.
4545

46-
- `quay.io/vllm-d/<repoName>-dev`. Hold builds from the `dev` branch as described below.
47-
- `quay.io/vllm-d/<repoName>`. Holds promotions to prod, as described below.
46+
- `quay.io/llm-d/<repoName>-dev`. Hold builds from the `dev` branch as described below.
47+
- `quay.io/llm-d/<repoName>`. Holds promotions to prod, as described below.
4848

4949
---
5050

.version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dev-version": "0.0.5",
3-
"dev-registry": "quay.io/vllm-d/gateway-api-inference-extension-dev",
3+
"dev-registry": "quay.io/llm-d/llm-d-gateway-api-inference-extension-dev",
44
"prod-version": "0.0.4",
5-
"prod-registry": "quay.io/vllm-d/gateway-api-inference-extension"
5+
"prod-registry": "quay.io/llm-d/llm-d-gateway-api-inference-extension"
66
}

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ DEV_VERSION=$EPP_TAG make image-build
312312
Tag the image for your private registry and push it:
313313

314314
```bash
315-
$CONTAINER_RUNTIME tag quay.io/vllm-d/gateway-api-inference-extension/epp:$TAG \
315+
$CONTAINER_RUNTIME tag quay.io/llm-d/llm-d-gateway-api-inference-extension/epp:$TAG \
316316
<MY_REGISTRY>/<MY_IMAGE>:$EPP_TAG
317317
$CONTAINER_RUNTIME push <MY_REGISTRY>/<MY_IMAGE>:$EPP_TAG
318318
```

deploy/components/inference-gateway/deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
terminationGracePeriodSeconds: 130
1919
containers:
2020
- name: epp
21-
image: quay.io/vllm-d/gateway-api-inference-extension/epp:latest
21+
image: quay.io/llm-d/gateway-api-inference-extension:latest
2222
imagePullPolicy: IfNotPresent
2323
args:
2424
- -poolName

deploy/components/inference-gateway/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ resources:
2828
- httproutes.yaml
2929

3030
images:
31-
- name: quay.io/vllm-d/gateway-api-inference-extension/epp
31+
- name: quay.io/llm-d/gateway-api-inference-extension
3232
newTag: 0.0.1

deploy/components/vllm-sim/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ resources:
1212
- deployments.yaml
1313

1414
images:
15-
- name: quay.io/vllm-d/vllm-sim
15+
- name: quay.io/llm-d/vllm-sim
1616
newTag: 0.0.2

deploy/environments/dev/kubernetes-istio/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ images:
1212
- name: quay.io/vllm-d/vllm-sim
1313
newName: ${VLLM_SIM_IMAGE}
1414
newTag: ${VLLM_SIM_TAG}
15-
- name: quay.io/vllm-d/gateway-api-inference-extension/epp
15+
- name: quay.io/llm-d/llm-d-gateway-api-inference-extension
1616
newName: ${EPP_IMAGE}
1717
newTag: ${EPP_TAG}
1818

deploy/environments/dev/kubernetes-kgateway/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- gateway-parameters.yaml
1010

1111
images:
12-
- name: quay.io/vllm-d/gateway-api-inference-extension/epp
12+
- name: quay.io/llm-d/gateway-api-inference-extension
1313
newName: ${EPP_IMAGE}
1414
newTag: ${EPP_TAG}
1515

deploy/environments/dev/kubernetes-vllm/vllm-p2p/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resources:
55
- ../../../../components/vllm-p2p/
66

77
images:
8-
- name: quay.io/vllm-d/vllm-d-dev:0.0.2
8+
- name: quay.io/llm-d/llm-d-dev:0.0.2
99
newName: ${VLLM_IMAGE}
1010
newTag: ${VLLM_TAG}
1111

deploy/environments/dev/kubernetes-vllm/vllm/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resources:
55
- ../../../../components/vllm/
66

77
images:
8-
- name: quay.io/vllm-d/vllm-d-dev
8+
- name: quay.io/llm-d/llm-d-dev
99
newName: ${VLLM_IMAGE}
1010
newTag: ${VLLM_TAG}
1111

scripts/kind-load-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -eo pipefail
1515
: "${CLUSTER_NAME:=gie-dev}"
1616

1717
# Set the default IMAGE_REGISTRY if not provided
18-
: "${IMAGE_REGISTRY:=quay.io/vllm-d}"
18+
: "${IMAGE_REGISTRY:=quay.io/llm-d}"
1919

2020
# Set a default VLLM_SIMULATOR_IMAGE if not provided
2121
: "${VLLM_SIMULATOR_IMAGE:=vllm-sim}"

scripts/kubernetes-dev-env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export VLLM_MODE="${VLLM_MODE:-vllm-sim}"
3939

4040
case "${VLLM_MODE}" in
4141
vllm-sim)
42-
export VLLM_SIM_IMAGE="${VLLM_SIM_IMAGE:-quay.io/vllm-d/vllm-sim}"
42+
export VLLM_SIM_IMAGE="${VLLM_SIM_IMAGE:-quay.io/llm-d/vllm-sim}"
4343
export VLLM_SIM_TAG="${VLLM_SIM_TAG:-0.0.2}"
4444
export EPP_IMAGE="${EPP_IMAGE:-us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp}"
4545
export EPP_TAG="${EPP_TAG:-main}"
@@ -55,9 +55,9 @@ case "${VLLM_MODE}" in
5555
export VLLM_DEPLOYMENT_NAME="${VLLM_DEPLOYMENT_NAME:-vllm-${MODEL_LABEL}}"
5656

5757
if [[ "$VLLM_MODE" == "vllm" ]]; then
58-
export VLLM_IMAGE="${VLLM_IMAGE:-quay.io/vllm-d/vllm-d-dev}"
58+
export VLLM_IMAGE="${VLLM_IMAGE:-quay.io/llm-d/llm-d-dev}"
5959
export VLLM_TAG="${VLLM_TAG:-0.0.2}"
60-
export EPP_IMAGE="${EPP_IMAGE:-quay.io/vllm-d/gateway-api-inference-extension-dev}"
60+
export EPP_IMAGE="${EPP_IMAGE:-quay.io/llm-d/gateway-api-inference-extension-dev}"
6161
export EPP_TAG="${EPP_TAG:-0.0.4}"
6262
export MAX_MODEL_LEN="${MAX_MODEL_LEN:-8192}"
6363
export PVC_NAME="${PVC_NAME:-vllm-storage-claim}"

0 commit comments

Comments
 (0)