Skip to content

Commit 4b74359

Browse files
authored
Release v0.1.4 (#450)
Signed-off-by: kerthcet <[email protected]>
1 parent f159c34 commit 4b74359

File tree

5 files changed

+37
-6
lines changed

5 files changed

+37
-6
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ 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: 0.0.9
16+
version: 0.0.10
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.
2020
# It is recommended to use it with quotes.
21-
appVersion: 0.1.3
21+
appVersion: 0.1.4
2222

2323
dependencies:
2424
- name: lws

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ controllerManager:
1212
- ALL
1313
image:
1414
repository: inftyai/llmaz
15-
tag: v0.1.3
15+
tag: v0.1.4
1616
resources:
1717
limits:
1818
cpu: 500m

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: inftyai/llmaz
8-
newTag: v0.1.3
8+
newTag: v0.1.4

index.yaml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,37 @@ entries:
2626
- https://inftyai.github.io/llmaz/gateway-helm-0.0.0-latest.tgz
2727
version: 0.0.0-latest
2828
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
2960
- apiVersion: v2
3061
appVersion: 0.1.3
3162
created: "2025-04-23T00:00:31.761119+08:00"
@@ -129,4 +160,4 @@ entries:
129160
urls:
130161
- https://inftyai.github.io/llmaz/llmaz-0.0.1.tgz
131162
version: 0.0.1
132-
generated: "2025-04-23T00:00:31.697779+08:00"
163+
generated: "2025-06-10T23:54:10.742012+08:00"

site/content/en/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >
1010
### Install
1111

1212
```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
1414
```
1515

1616
### Uninstall

0 commit comments

Comments
 (0)