Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.9
version: 0.0.10
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.1.3
appVersion: 0.1.4

dependencies:
- name: lws
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ controllerManager:
- ALL
image:
repository: inftyai/llmaz
tag: v0.1.3
tag: v0.1.4
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: inftyai/llmaz
newTag: v0.1.3
newTag: v0.1.4
33 changes: 32 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,37 @@ entries:
- https://inftyai.github.io/llmaz/gateway-helm-0.0.0-latest.tgz
version: 0.0.0-latest
llmaz:
- apiVersion: v2
appVersion: 0.1.4
created: "2025-06-10T23:54:11.027873+08:00"
dependencies:
- condition: leaderWorkerSet.enabled
name: lws
repository: oci://registry.k8s.io/lws/charts
version: 0.6.1
- condition: kube-scheduler.enabled
name: kube-scheduler
repository: oci://registry-1.docker.io/inftyai
version: 0.0.1
- condition: open-webui.enabled
name: open-webui
repository: https://helm.openwebui.com
version: 6.4.0
- condition: envoy-gateway.enabled
name: gateway-helm
repository: oci://registry-1.docker.io/envoyproxy
version: v1.4.0
- condition: envoy-ai-gateway.enabled
name: ai-gateway-helm
repository: oci://registry-1.docker.io/envoyproxy
version: v0.1.5
description: A Helm chart for llmaz
digest: 30ce806d3cb7fd8b97100c83b72fe9a24bb1880abaaba234157d266b72f321e5
name: llmaz
type: application
urls:
- https://inftyai.github.io/llmaz/llmaz-0.0.10.tgz
version: 0.0.10
- apiVersion: v2
appVersion: 0.1.3
created: "2025-04-23T00:00:31.761119+08:00"
Expand Down Expand Up @@ -129,4 +160,4 @@ entries:
urls:
- https://inftyai.github.io/llmaz/llmaz-0.0.1.tgz
version: 0.0.1
generated: "2025-04-23T00:00:31.697779+08:00"
generated: "2025-06-10T23:54:10.742012+08:00"
2 changes: 1 addition & 1 deletion site/content/en/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >
### Install

```cmd
helm install llmaz oci://registry-1.docker.io/inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.9
helm install llmaz oci://registry-1.docker.io/inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.10
```

### Uninstall
Expand Down
Loading