Skip to content
Closed
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
25 changes: 21 additions & 4 deletions charts/aisix/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
9 changes: 5 additions & 4 deletions charts/aisix/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:** <https://api7.ai>
**Homepage:** <https://api7.ai/ai-gateway>

## Maintainers

Expand All @@ -25,7 +25,8 @@ keys, and policies from there. Install the control plane first — with the

## Source Code

* <https://github.com/api7/api7-helm-chart>
* <https://github.com/api7/aisix>
* <https://github.com/api7/api7-helm-chart/tree/main/charts/aisix>

## Prerequisites

Expand Down
Loading