diff --git a/charts/karpor/Chart.yaml b/charts/karpor/Chart.yaml index ef2a13e..4ec78b7 100644 --- a/charts/karpor/Chart.yaml +++ b/charts/karpor/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: karpor -version: 0.6.21 +version: 0.7.0 type: application -appVersion: 0.5.9 +appVersion: 0.6.0 description: A modern kubernetes visualization tool (Karpor). home: https://github.com/KusionStack/karpor icon: https://kusionstack.io/karpor/assets/logo/logo.svg diff --git a/charts/karpor/README.md b/charts/karpor/README.md index 39f1a09..15a6345 100644 --- a/charts/karpor/README.md +++ b/charts/karpor/README.md @@ -1,6 +1,6 @@ # Karpor Chart -![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/karpor)](https://artifacthub.io/packages/helm/kusionstack/karpor) +[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/karpor)](https://artifacthub.io/packages/helm/kusionstack/karpor) A modern kubernetes visualization tool (Karpor). @@ -71,7 +71,7 @@ The Karpor Server Component is main backend server. It itself is an `apiserver`, | Key | Type | Default | Description | |-----|------|---------|-------------| | server.ai | object | `{"authToken":"","backend":"openai","baseUrl":"","model":"gpt-3.5-turbo","temperature":1,"topP":1}` | AI configuration section. The AI analysis feature requires that [authToken, baseUrl] be assigned values. | -| server.ai.authToken | string | `""` | Authentication token for accessing the AI service. | +| server.ai.authToken | string | `""` | Authentication token for accessing the AI service. | | server.ai.backend | string | `"openai"` | Backend service or platform that the AI model is hosted on. e.g., "openai". If the backend you are using is compatible with OpenAI, then there is no need to make any changes here. | | server.ai.baseUrl | string | `""` | Base URL of the AI service. e.g., "https://api.openai.com/v1". | | server.ai.model | string | `"gpt-3.5-turbo"` | Name or identifier of the AI model to be used. e.g., "gpt-3.5-turbo". | diff --git a/charts/karpor/README.md.gotmpl b/charts/karpor/README.md.gotmpl index 0441ad5..87e00f9 100644 --- a/charts/karpor/README.md.gotmpl +++ b/charts/karpor/README.md.gotmpl @@ -1,6 +1,6 @@ # Karpor Chart -{{ template "chart.badgesSection" . }} [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/karpor)](https://artifacthub.io/packages/helm/kusionstack/karpor) +[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/karpor)](https://artifacthub.io/packages/helm/kusionstack/karpor) {{ template "chart.description" . }}