diff --git a/VERSION b/VERSION index 9ff151c5..1b77f091 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.0 \ No newline at end of file +v0.2.0-rc0 \ No newline at end of file diff --git a/charts/Chart.yaml b/charts/Chart.yaml index cea694d0..0a58c1d1 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.1.0 +version: 0.2.0-rc0 # 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.1.0" +appVersion: "0.2.0-rc0" kubeVersion: ">= 1.16.0-0" description: kdoctor sources: diff --git a/test/chart-app/Chart.yaml b/test/chart-app/Chart.yaml index 6932fef9..2d05af32 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.1.0 +version: 0.2.0-rc0 # 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.1.0" +appVersion: "0.2.0-rc0" kubeVersion: ">= 1.16.0-0" description: server for kdoctor test sources: