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: