File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Each repo includes a `.version.json` file at its root. This file controls:
20
20
``` json
21
21
{
22
22
"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" ,
24
24
"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>"
26
26
}
27
27
```
28
28
@@ -43,8 +43,8 @@ The pipeline reads this file to:
43
43
44
44
This pipeline maintains two container repositories for this GitHub repository, as follows.
45
45
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.
48
48
49
49
---
50
50
Original file line number Diff line number Diff line change @@ -635,4 +635,4 @@ spec:
635
635
secretName : " git-auth-secret-neuralmagic"
636
636
- name : registry-secret
637
637
secret :
638
- secretName : quay-secret
638
+ secretName : quay-secret-llm-d
Original file line number Diff line number Diff line change 1
1
{
2
2
"dev-version" : " 0.0.4" ,
3
- "dev-registry" : " quay.io/vllm -d/vllm-sim-dev" ,
3
+ "dev-registry" : " quay.io/llm -d/vllm-sim-dev" ,
4
4
"prod-version" : " 0.0.3" ,
5
- "prod-registry" : " quay.io/vllm -d/vllm-sim"
5
+ "prod-registry" : " quay.io/llm -d/vllm-sim"
6
6
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ SHELL := /usr/bin/env bash
39
39
PROJECT_NAME ?= vllm-sim
40
40
DEV_VERSION ?= 0.0.1
41
41
PROD_VERSION ?= 0.0.0
42
- IMAGE_TAG_BASE ?= quay.io/vllm -d/$(PROJECT_NAME )
42
+ IMAGE_TAG_BASE ?= quay.io/llm -d/$(PROJECT_NAME )
43
43
IMG = $(IMAGE_TAG_BASE ) :$(DEV_VERSION )
44
44
NAMESPACE ?= hc4ai-operator
45
45
@@ -266,7 +266,7 @@ load-version-json: check-jq
266
266
export DEV_VERSION; \
267
267
export PROD_VERSION; \
268
268
fi && \
269
- CURRENT_DEFAULT=" quay.io/vllm -d/$( PROJECT_NAME) " ; \
269
+ CURRENT_DEFAULT=" quay.io/llm -d/$( PROJECT_NAME) " ; \
270
270
if [ " $( IMAGE_TAG_BASE) " = " $$ CURRENT_DEFAULT" ]; then \
271
271
IMAGE_TAG_BASE=$$(jq -r '."dev-registry"' .version.json ) ; \
272
272
echo " ✔ Loaded IMAGE_TAG_BASE from .version.json: $$ IMAGE_TAG_BASE" ; \
Original file line number Diff line number Diff line change 16
16
serviceAccountName : operator-controller-manager
17
17
containers :
18
18
- name : cmd
19
- image : quay.io/vllm -d/placeholder:placeholder
19
+ image : quay.io/llm -d/placeholder:placeholder
20
20
imagePullPolicy : Always
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ configMapGenerator:
25
25
26
26
# Define the image to be updated.
27
27
# images:
28
- # - name: quay.io/vllm -d/placeholder
29
- # newName: quay.io/vllm -d/${IMAGE_TAG_BASE}
28
+ # - name: quay.io/llm -d/placeholder
29
+ # newName: quay.io/llm -d/${IMAGE_TAG_BASE}
30
30
# newTag: ${VERSION}
31
31
patches :
32
32
- path : common/patch-service.yaml
You can’t perform that action at this time.
0 commit comments