Skip to content

Commit 631d1aa

Browse files
authored
Release v0.1.3 (#366)
Signed-off-by: kerthcet <[email protected]>
1 parent 065246b commit 631d1aa

File tree

5 files changed

+54
-6
lines changed

5 files changed

+54
-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.8
16+
version: 0.0.9
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.2
21+
appVersion: 0.1.3
2222

2323
dependencies:
2424
- name: open-webui

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.2
15+
tag: v0.1.3
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.2
8+
newTag: v0.1.3

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Note: llmaz helm chart will by default install
1919
```cmd
2020
helm repo add inftyai https://inftyai.github.io/llmaz
2121
helm repo update
22-
helm install llmaz inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.8
22+
helm install llmaz inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.9
2323
```
2424

2525
### Uninstall

index.yaml

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
11
apiVersion: v1
22
entries:
3+
gateway-helm:
4+
- apiVersion: v2
5+
appVersion: latest
6+
created: "2025-04-23T00:00:31.715232+08:00"
7+
description: The Helm chart for Envoy Gateway
8+
digest: adfafe4894222b0f3cb8d2da91f2ef8bd78dc0619b6c4f382c76ed2e3eeea450
9+
home: https://gateway.envoyproxy.io/
10+
icon: https://raw.githubusercontent.com/envoyproxy/gateway/main/site/assets/icons/logo.svg
11+
keywords:
12+
- gateway-api
13+
- envoyproxy
14+
- envoy-gateway
15+
- eg
16+
maintainers:
17+
- name: envoy-gateway-steering-committee
18+
url: https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
19+
- name: envoy-gateway-maintainers
20+
url: https://github.com/envoyproxy/gateway/blob/main/CODEOWNERS
21+
name: gateway-helm
22+
sources:
23+
- https://github.com/envoyproxy/gateway
24+
type: application
25+
urls:
26+
- https://inftyai.github.io/llmaz/gateway-helm-0.0.0-latest.tgz
27+
version: 0.0.0-latest
328
llmaz:
29+
- apiVersion: v2
30+
appVersion: 0.1.3
31+
created: "2025-04-23T00:00:31.761119+08:00"
32+
dependencies:
33+
- condition: open-webui.enabled
34+
name: open-webui
35+
repository: https://helm.openwebui.com/
36+
version: 6.4.0
37+
- condition: envoy-gateway.enabled
38+
name: gateway-helm
39+
repository: oci://registry-1.docker.io/envoyproxy/
40+
version: 0.0.0-latest
41+
- condition: envoy-ai-gateway.enabled
42+
name: ai-gateway-helm
43+
repository: oci://registry-1.docker.io/envoyproxy/
44+
version: v0.0.0-latest
45+
description: A Helm chart for llmaz
46+
digest: ff1aa91e970c6a1652133a215a6b109d5cb4a578d4bdda72c7dffa3e17f61607
47+
name: llmaz
48+
type: application
49+
urls:
50+
- https://inftyai.github.io/llmaz/llmaz-0.0.9.tgz
51+
version: 0.0.9
452
- apiVersion: v2
553
appVersion: 0.1.2
654
created: "2025-04-17T16:34:28.456285+08:00"
@@ -81,4 +129,4 @@ entries:
81129
urls:
82130
- https://inftyai.github.io/llmaz/llmaz-0.0.1.tgz
83131
version: 0.0.1
84-
generated: "2025-04-17T16:34:28.442325+08:00"
132+
generated: "2025-04-23T00:00:31.697779+08:00"

0 commit comments

Comments
 (0)