From 9c87bfcb358e7b278bf85ab3200f6062ba0e5c9f Mon Sep 17 00:00:00 2001 From: Yilia Lin Date: Tue, 15 Sep 2026 15:45:44 +0800 Subject: [PATCH] chore(aisix): add Artifact Hub metadata Signed-off-by: Yilia Lin --- charts/aisix/Chart.yaml | 25 +++++++++++++++++++++---- charts/aisix/README.md | 9 +++++---- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/charts/aisix/Chart.yaml b/charts/aisix/Chart.yaml index b73fc82..22b2b65 100644 --- a/charts/aisix/Chart.yaml +++ b/charts/aisix/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: aisix -description: Helm chart for the AISIX AI gateway data plane +description: Helm chart for an AISIX AI Gateway data plane managed by an AISIX control plane type: application -version: 1.2.0 +version: 1.2.1 appVersion: "1.2.0" keywords: @@ -11,9 +11,26 @@ keywords: - gateway - proxy -home: https://api7.ai +home: https://api7.ai/ai-gateway sources: - - https://github.com/api7/api7-helm-chart + - https://github.com/api7/aisix + - https://github.com/api7/api7-helm-chart/tree/main/charts/aisix + +annotations: + artifacthub.io/alternativeName: AISIX AI Gateway + artifacthub.io/category: ai-machine-learning + artifacthub.io/changes: | + - Added Artifact Hub category, image, documentation, source, and support metadata + artifacthub.io/images: | + - name: aisix + image: docker.io/api7/aisix:1.2.0 + artifacthub.io/links: | + - name: AISIX source code + url: https://github.com/api7/aisix + - name: Documentation + url: https://docs.api7.ai/ai-gateway + - name: support + url: https://github.com/api7/api7-helm-chart/issues maintainers: - name: API7 diff --git a/charts/aisix/README.md b/charts/aisix/README.md index 5eba0ff..b1abf1c 100644 --- a/charts/aisix/README.md +++ b/charts/aisix/README.md @@ -1,8 +1,8 @@ # aisix -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) -Helm chart for the AISIX AI gateway data plane +Helm chart for an AISIX AI Gateway data plane managed by an AISIX control plane AISIX is an AI gateway: it fronts LLM providers with routing, rate limiting, budgets, caching, guardrails, and observability behind an OpenAI-compatible API. This chart @@ -15,7 +15,7 @@ keys, and policies from there. Install the control plane first — with the [`aisix-cp`](../aisix-cp/README.md) chart, or any of the other options in the [on-premises installation guide](https://docs.api7.ai/ai-gateway/on-premises/deployment). -**Homepage:** +**Homepage:** ## Maintainers @@ -25,7 +25,8 @@ keys, and policies from there. Install the control plane first — with the ## Source Code -* +* +* ## Prerequisites