From 53c1c03844c4a022f27202a45df54d69e7e33737 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Tue, 10 Jun 2025 23:54:50 +0800 Subject: [PATCH] Release v0.1.4 Signed-off-by: kerthcet --- chart/Chart.yaml | 4 +-- chart/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- index.yaml | 33 ++++++++++++++++++- .../en/docs/getting-started/installation.md | 2 +- 5 files changed, 37 insertions(+), 6 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 74d2af41..3fe6e98c 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index 7849e032..ddf55284 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -12,7 +12,7 @@ controllerManager: - ALL image: repository: inftyai/llmaz - tag: v0.1.3 + tag: v0.1.4 resources: limits: cpu: 500m diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5ba25b7a..000f1299 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: inftyai/llmaz - newTag: v0.1.3 + newTag: v0.1.4 diff --git a/index.yaml b/index.yaml index 79ed6e48..a6278c32 100644 --- a/index.yaml +++ b/index.yaml @@ -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" @@ -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" diff --git a/site/content/en/docs/getting-started/installation.md b/site/content/en/docs/getting-started/installation.md index dbb7cbf1..cb8a1215 100644 --- a/site/content/en/docs/getting-started/installation.md +++ b/site/content/en/docs/getting-started/installation.md @@ -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