Skip to content

Commit b05c6fe

Browse files
committed
bump to v0.4.16 and regenerate values schema
1 parent 75b21b6 commit b05c6fe

4 files changed

Lines changed: 12 additions & 13 deletions

File tree

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.15"
16+
version: "v0.4.16"
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"accelerator": {
66
"additionalProperties": false,
7-
"description": " Supported types: nvidia, intel-i915, intel-xe, intel-gaudi, amd, google, cpu, rebellions-atom",
7+
"description": "Global workload kind override. Applied to both decode and prefill unless overridden per-role. Supported: Deployment (default), StatefulSet, LeaderWorkerSet workloadKind: StatefulSet Global accelerator configuration Supported types: nvidia, intel-i915, intel-xe, intel-gaudi, amd, google, cpu, rebellions-atom",
88
"properties": {
99
"dra": {
1010
"default": false,
@@ -1990,10 +1990,10 @@
19901990
"type": "object"
19911991
},
19921992
"multinode": {
1993-
"default": false,
1994-
"description": "When true, a LeaderWorkerSet is used instead of a Deployment",
1995-
"title": "multinode",
1996-
"type": "boolean"
1993+
"default": "false",
1994+
"description": "When true, a LeaderWorkerSet is used instead of a Deployment for both decode and prefill.",
1995+
"required": [],
1996+
"title": "multinode"
19971997
},
19981998
"prefill": {
19991999
"additionalProperties": true,

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"accelerator": {
66
"additionalProperties": false,
7-
"description": " Supported types: nvidia, intel-i915, intel-xe, intel-gaudi, amd, google, cpu, rebellions-atom",
7+
"description": "Global workload kind override. Applied to both decode and prefill unless overridden per-role. Supported: Deployment (default), StatefulSet, LeaderWorkerSet workloadKind: StatefulSet Global accelerator configuration Supported types: nvidia, intel-i915, intel-xe, intel-gaudi, amd, google, cpu, rebellions-atom",
88
"properties": {
99
"dra": {
1010
"default": false,
@@ -676,10 +676,10 @@
676676
"type": "object"
677677
},
678678
"multinode": {
679-
"default": false,
680-
"description": "When true, a LeaderWorkerSet is used instead of a Deployment",
681-
"title": "multinode",
682-
"type": "boolean"
679+
"default": "false",
680+
"description": "When true, a LeaderWorkerSet is used instead of a Deployment for both decode and prefill.",
681+
"required": [],
682+
"title": "multinode"
683683
},
684684
"prefill": {
685685
"additionalProperties": true,

charts/llm-d-modelservice/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ modelArtifacts:
8383
# Set to false for pvc+hf:// when Hugging Face cache writes are needed; other URI schemes ignore this setting.
8484
readOnly: true
8585

86-
# -- DEPRECATED: Use workloadKind: LeaderWorkerSet instead.
87-
# When true, a LeaderWorkerSet is used instead of a Deployment for both decode and prefill.
86+
# -- When true, a LeaderWorkerSet is used instead of a Deployment for both decode and prefill.
8887
multinode: false
8988

9089
# -- Global workload kind override. Applied to both decode and prefill unless overridden per-role.

0 commit comments

Comments
 (0)