Skip to content

Commit 348c943

Browse files
committed
use lws as sub chart
1 parent f1fa51f commit 348c943

20 files changed

+31
-16849
lines changed

chart/Chart.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
dependencies:
2+
- name: lws
3+
repository: oci://registry.k8s.io/lws/charts
4+
version: 0.6.1
25
- name: open-webui
3-
repository: https://helm.openwebui.com/
6+
repository: https://helm.openwebui.com
47
version: 6.4.0
58
- name: gateway-helm
6-
repository: oci://registry-1.docker.io/envoyproxy/
9+
repository: oci://registry-1.docker.io/envoyproxy
710
version: 0.0.0-latest
811
- name: ai-gateway-helm
9-
repository: oci://registry-1.docker.io/envoyproxy/
12+
repository: oci://registry-1.docker.io/envoyproxy
1013
version: v0.0.0-latest
11-
digest: sha256:c7b1aa22097a6a1a6f4dd04beed3287ab8ef2ae1aec8a9a4ec7a71251be23e4c
12-
generated: "2025-04-22T20:15:43.343515+08:00"
14+
digest: sha256:c38d3f50113d621f6ed8ce25d39b6f8253aa771a079eca4ea6321af865b0215b
15+
generated: "2025-05-09T18:36:57.472144+08:00"

chart/Chart.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,19 @@ version: 0.0.9
2121
appVersion: 0.1.3
2222

2323
dependencies:
24+
- name: lws
25+
version: 0.6.1
26+
repository: "oci://registry.k8s.io/lws/charts"
27+
condition: leaderWorkerSet.enabled
2428
- name: open-webui
2529
version: "6.4.0"
26-
repository: "https://helm.openwebui.com/"
30+
repository: "https://helm.openwebui.com"
2731
condition: open-webui.enabled
2832
- name: gateway-helm
2933
version: 0.0.0-latest
30-
repository: "oci://registry-1.docker.io/envoyproxy/"
34+
repository: "oci://registry-1.docker.io/envoyproxy"
3135
condition: envoy-gateway.enabled
3236
- name: ai-gateway-helm
3337
version: v0.0.0-latest
34-
repository: "oci://registry-1.docker.io/envoyproxy/"
38+
repository: "oci://registry-1.docker.io/envoyproxy"
3539
condition: envoy-ai-gateway.enabled

chart/crds/backendruntime-crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,3 +1601,4 @@ spec:
16011601
storage: true
16021602
subresources:
16031603
status: {}
1604+

chart/crds/openmodel-crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ spec:
240240
storage: true
241241
subresources:
242242
status: {}
243+

chart/crds/playground-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ spec:
5858
the hood, e.g. vLLM.
5959
type: string
6060
configName:
61-
default: default
6261
description: |-
6362
ConfigName represents the recommended configuration name for the backend,
6463
It will be inferred from the models in the runtime if not specified, e.g. default,
@@ -1018,3 +1017,4 @@ spec:
10181017
specReplicasPath: .spec.replicas
10191018
statusReplicasPath: .status.replicas
10201019
status: {}
1020+

chart/crds/service-crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16520,3 +16520,4 @@ spec:
1652016520
specReplicasPath: .spec.replicas
1652116521
statusReplicasPath: .status.replicas
1652216522
status: {}
16523+

chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ spec:
6767
- name: cert
6868
secret:
6969
defaultMode: 420
70-
secretName: {{ include "chart.fullname" . }}-webhook-server-cert
70+
secretName: {{ include "chart.fullname" . }}-webhook-server-cert

chart/templates/leader-election-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ roleRef:
5656
subjects:
5757
- kind: ServiceAccount
5858
name: '{{ include "chart.fullname" . }}-controller-manager'
59-
namespace: '{{ .Release.Namespace }}'
59+
namespace: '{{ .Release.Namespace }}'

chart/templates/lws/leaderworkerset.yaml

Lines changed: 0 additions & 16826 deletions
This file was deleted.

chart/templates/manager-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ roleRef:
155155
subjects:
156156
- kind: ServiceAccount
157157
name: '{{ include "chart.fullname" . }}-controller-manager'
158-
namespace: '{{ .Release.Namespace }}'
158+
namespace: '{{ .Release.Namespace }}'

0 commit comments

Comments
 (0)