From f607db8676b8437ffd61b215dd54f8d6f07ed312 Mon Sep 17 00:00:00 2001 From: elliotxx <951376975@qq.com> Date: Fri, 27 Dec 2024 17:22:52 +0800 Subject: [PATCH] docs(karpor): remove version badge in readme (#88) #### 1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".): - [ ] N - [ ] Y #### 2. What is the scope of this PR (e.g. component or file name): #### 3. Provide a description of the PR(e.g. more details, effects, motivations or doc link): - [ ] Affects user behaviors - [ ] Contains syntax changes - [ ] Contains variable changes - [ ] Contains experimental features - [ ] Performance regression: Consumes more CPU - [ ] Performance regression: Consumes more Memory - [ ] Other #### 4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link): - [ ] N - [ ] Y #### 5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links: - [ ] Unit test - [ ] Integration test - [ ] Benchmark (add benchmark stats below) - [ ] Manual test (add detailed scripts or steps below) - [ ] Other #### 6. Release note Please refer to [Release Notes Language Style Guide](https://kusionstack.io/docs/governance/release-policy/) to write a quality release note. ```release-note None ``` --- charts/karpor/Chart.yaml | 2 +- charts/karpor/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/karpor/Chart.yaml b/charts/karpor/Chart.yaml index e989c3a..f8ecd82 100644 --- a/charts/karpor/Chart.yaml +++ b/charts/karpor/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: karpor -version: 0.6.18 +version: 0.6.19 type: application appVersion: 0.5.9 description: A modern kubernetes visualization tool (Karpor). diff --git a/charts/karpor/README.md b/charts/karpor/README.md index c868725..7749ed0 100644 --- a/charts/karpor/README.md +++ b/charts/karpor/README.md @@ -1,6 +1,6 @@ # Karpor Chart -![Version: 0.6.17](https://img.shields.io/badge/Version-0.6.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.8](https://img.shields.io/badge/AppVersion-0.5.8-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) +![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) A modern kubernetes visualization tool (Karpor).