From 60c7964bdb26948771f84486aeb086c810e4ffe7 Mon Sep 17 00:00:00 2001 From: elliotxx <951376975@qq.com> Date: Wed, 15 Jan 2025 12:06:48 +0800 Subject: [PATCH] chore(karpor): bump app version to 0.6.0, chart version to 0.7.0 (#96) This PR updates the Karpor Helm chart with the following changes: - Bump the `appVersion` to `0.6.0` - Bump the `version` to `0.7.0` These updates ensure that the chart reflects the latest Karpor release. **Note**: This PR was automatically generated by the **karpor-chart-updater[bot]**. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/karpor/Chart.yaml | 4 ++-- charts/karpor/README.md | 4 ++-- charts/karpor/README.md.gotmpl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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" . }}