Skip to content

Commit 60c7964

Browse files
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>
1 parent f61f5c8 commit 60c7964

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/karpor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: karpor
3-
version: 0.6.21
3+
version: 0.7.0
44
type: application
5-
appVersion: 0.5.9
5+
appVersion: 0.6.0
66
description: A modern kubernetes visualization tool (Karpor).
77
home: https://github.com/KusionStack/karpor
88
icon: https://kusionstack.io/karpor/assets/logo/logo.svg

charts/karpor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Karpor Chart
22

3-
![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)
3+
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/karpor)](https://artifacthub.io/packages/helm/kusionstack/karpor)
44

55
A modern kubernetes visualization tool (Karpor).
66

@@ -71,7 +71,7 @@ The Karpor Server Component is main backend server. It itself is an `apiserver`,
7171
| Key | Type | Default | Description |
7272
|-----|------|---------|-------------|
7373
| 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. |
74-
| server.ai.authToken | string | `""` | Authentication token for accessing the AI service. |
74+
| server.ai.authToken | string | `""` | Authentication token for accessing the AI service. |
7575
| 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. |
7676
| server.ai.baseUrl | string | `""` | Base URL of the AI service. e.g., "https://api.openai.com/v1". |
7777
| server.ai.model | string | `"gpt-3.5-turbo"` | Name or identifier of the AI model to be used. e.g., "gpt-3.5-turbo". |

charts/karpor/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Karpor Chart
22

3-
{{ template "chart.badgesSection" . }} [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/karpor)](https://artifacthub.io/packages/helm/kusionstack/karpor)
3+
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/karpor)](https://artifacthub.io/packages/helm/kusionstack/karpor)
44

55
{{ template "chart.description" . }}
66

0 commit comments

Comments
 (0)