From 554a6b22e7efb4ec4d06bb8077028b56dbc0c727 Mon Sep 17 00:00:00 2001 From: ii2day Date: Mon, 30 Oct 2023 16:22:30 +0800 Subject: [PATCH] update version to v0.2.0 Signed-off-by: ii2day --- VERSION | 2 +- charts/Chart.yaml | 4 ++-- test/chart-app/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 9ed966f1..81fd7ba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.2.0-rc1 \ No newline at end of file +v0.2.0 \ No newline at end of file diff --git a/charts/Chart.yaml b/charts/Chart.yaml index e5d26d9c..77327bab 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -4,11 +4,11 @@ home: "https://kdoctor-io.github.io/kdoctor" # application or library type: application # no need to modify this version , CI will auto update it with /VERSION -version: 0.2.0-rc1 +version: 0.2.0 # This field is informational, and has no impact on chart version calculations . # Leaving it unquoted can lead to parsing issues in some cases # no need to modify this version , CI will auto update it with /VERSION -appVersion: "0.2.0-rc1" +appVersion: "0.2.0" kubeVersion: ">= 1.16.0-0" description: kdoctor sources: diff --git a/test/chart-app/Chart.yaml b/test/chart-app/Chart.yaml index 1d11f1b4..18829209 100644 --- a/test/chart-app/Chart.yaml +++ b/test/chart-app/Chart.yaml @@ -4,11 +4,11 @@ home: "https://kdoctor-io.github.io/kdoctor" # application or library type: application # no need to modify this version , CI will auto update it with /VERSION -version: 0.2.0-rc1 +version: 0.2.0 # This field is informational, and has no impact on chart version calculations . # Leaving it unquoted can lead to parsing issues in some cases # no need to modify this version , CI will auto update it with /VERSION -appVersion: "0.2.0-rc1" +appVersion: "0.2.0" kubeVersion: ">= 1.16.0-0" description: server for kdoctor test sources: