Skip to content

Commit 21ff9c3

Browse files
committed
Correct llm-d-fast-model-actuation requester image name
1 parent 2890bf5 commit 21ff9c3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

charts/llm-d-modelservice/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

charts/llm-d-modelservice/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3620,7 +3620,7 @@
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"

charts/llm-d-modelservice/values.schema.tmpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@
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"

charts/llm-d-modelservice/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ accelerator:
142142
# -- Requester configuration part of the dual-pod solution for FMA
143143
requester:
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

examples/output-requester.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/values-requester.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ routing:
2929
# -- Requester configuration part of the dual-pod solution for FMA
3030
requester:
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

0 commit comments

Comments
 (0)