File tree Expand file tree Collapse file tree 5 files changed +37
-6
lines changed
site/content/en/docs/getting-started Expand file tree Collapse file tree 5 files changed +37
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.0.9
16
+ version : 0.0.10
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : 0.1.3
21
+ appVersion : 0.1.4
22
22
23
23
dependencies :
24
24
- name : lws
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ controllerManager:
12
12
- ALL
13
13
image :
14
14
repository : inftyai/llmaz
15
- tag : v0.1.3
15
+ tag : v0.1.4
16
16
resources :
17
17
limits :
18
18
cpu : 500m
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : inftyai/llmaz
8
- newTag : v0.1.3
8
+ newTag : v0.1.4
Original file line number Diff line number Diff line change @@ -26,6 +26,37 @@ entries:
26
26
- https://inftyai.github.io/llmaz/gateway-helm-0.0.0-latest.tgz
27
27
version : 0.0.0-latest
28
28
llmaz :
29
+ - apiVersion : v2
30
+ appVersion : 0.1.4
31
+ created : " 2025-06-10T23:54:11.027873+08:00"
32
+ dependencies :
33
+ - condition : leaderWorkerSet.enabled
34
+ name : lws
35
+ repository : oci://registry.k8s.io/lws/charts
36
+ version : 0.6.1
37
+ - condition : kube-scheduler.enabled
38
+ name : kube-scheduler
39
+ repository : oci://registry-1.docker.io/inftyai
40
+ version : 0.0.1
41
+ - condition : open-webui.enabled
42
+ name : open-webui
43
+ repository : https://helm.openwebui.com
44
+ version : 6.4.0
45
+ - condition : envoy-gateway.enabled
46
+ name : gateway-helm
47
+ repository : oci://registry-1.docker.io/envoyproxy
48
+ version : v1.4.0
49
+ - condition : envoy-ai-gateway.enabled
50
+ name : ai-gateway-helm
51
+ repository : oci://registry-1.docker.io/envoyproxy
52
+ version : v0.1.5
53
+ description : A Helm chart for llmaz
54
+ digest : 30ce806d3cb7fd8b97100c83b72fe9a24bb1880abaaba234157d266b72f321e5
55
+ name : llmaz
56
+ type : application
57
+ urls :
58
+ - https://inftyai.github.io/llmaz/llmaz-0.0.10.tgz
59
+ version : 0.0.10
29
60
- apiVersion : v2
30
61
appVersion : 0.1.3
31
62
created : " 2025-04-23T00:00:31.761119+08:00"
@@ -129,4 +160,4 @@ entries:
129
160
urls :
130
161
- https://inftyai.github.io/llmaz/llmaz-0.0.1.tgz
131
162
version : 0.0.1
132
- generated : " 2025-04-23T00:00:31.697779 +08:00"
163
+ generated : " 2025-06-10T23:54:10.742012 +08:00"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description: >
10
10
### Install
11
11
12
12
``` cmd
13
- helm install llmaz oci://registry-1.docker.io/inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.9
13
+ helm install llmaz oci://registry-1.docker.io/inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.10
14
14
```
15
15
16
16
### Uninstall
You can’t perform that action at this time.
0 commit comments