File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
charts/llm-d-modelservice Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : " v0.4.2 "
16+ version : " v0.4.3 "
1717# This is the version number of the application being deployed. This version number should be
1818# incremented each time you make changes to the application. Versions are not expected to
1919# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 36203620 "type" : " boolean"
36213621 },
36223622 "image" : {
3623- "default" : " ghcr.io/llm-d-incubation/llm-d-fast-model-actuation- requester:latest" ,
3623+ "default" : " ghcr.io/llm-d-incubation/llm-d-fast-model-actuation/ requester:latest" ,
36243624 "required" : [],
36253625 "title" : " image" ,
36263626 "type" : " string"
Original file line number Diff line number Diff line change 992992 "type" : " boolean"
993993 },
994994 "image" : {
995- "default" : " ghcr.io/llm-d-incubation/llm-d-fast-model-actuation- requester:latest" ,
995+ "default" : " ghcr.io/llm-d-incubation/llm-d-fast-model-actuation/ requester:latest" ,
996996 "required" : [],
997997 "title" : " image" ,
998998 "type" : " string"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ accelerator:
142142# -- Requester configuration part of the dual-pod solution for FMA
143143requester :
144144 enable : false
145- image : " ghcr.io/llm-d-incubation/llm-d-fast-model-actuation- requester:latest"
145+ image : " ghcr.io/llm-d-incubation/llm-d-fast-model-actuation/ requester:latest"
146146 adminPort : 8081
147147 port :
148148 probes : 8080
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ spec:
111111 spec :
112112 containers :
113113 - name : inference-server
114- image : ghcr.io/llm-d-incubation/llm-d-fast-model-actuation- requester:latest
114+ image : ghcr.io/llm-d-incubation/llm-d-fast-model-actuation/ requester:latest
115115 imagePullPolicy : Always
116116 command :
117117 - /app/requester
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ routing:
2929# -- Requester configuration part of the dual-pod solution for FMA
3030requester :
3131 enable : true
32- image : " ghcr.io/llm-d-incubation/llm-d-fast-model-actuation- requester:latest"
32+ image : " ghcr.io/llm-d-incubation/llm-d-fast-model-actuation/ requester:latest"
3333 port :
3434 probes : 8080
3535 spi : 8081
You can’t perform that action at this time.
0 commit comments