From 82e6ac631a60656994aaf8bef3187686d2848845 Mon Sep 17 00:00:00 2001 From: Gaurav Mehta Date: Wed, 5 Jun 2024 14:10:35 +1000 Subject: [PATCH] update seeder and vm-import-controller chart to new versioning schema --- charts/harvester-seeder/Chart.yaml | 4 ++-- charts/harvester-vm-import-controller/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/harvester-seeder/Chart.yaml b/charts/harvester-seeder/Chart.yaml index 229e1701..5cb4cc0d 100644 --- a/charts/harvester-seeder/Chart.yaml +++ b/charts/harvester-seeder/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: v0.1.1 +appVersion: v0.3.0 maintainers: - name: harvester diff --git a/charts/harvester-vm-import-controller/Chart.yaml b/charts/harvester-vm-import-controller/Chart.yaml index 540d3cd3..69512fe1 100644 --- a/charts/harvester-vm-import-controller/Chart.yaml +++ b/charts/harvester-vm-import-controller/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.8 +version: 0.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: v0.1.8 +appVersion: v0.3.0 maintainers: - name: harvester