From 35c258f6444e24afeeb63ce5897f41f1cdc7f2d3 Mon Sep 17 00:00:00 2001 From: Andrei Pavlov Date: Fri, 18 Oct 2024 13:10:19 +0700 Subject: [PATCH] Update template versions for 0.0.3 Signed-off-by: Andrei Pavlov --- .../provider/cluster-api-provider-aws/Chart.yaml | 2 +- .../cluster-api-provider-azure/Chart.yaml | 2 +- .../cluster-api-provider-vsphere/Chart.yaml | 3 +-- templates/provider/cluster-api/Chart.yaml | 2 +- templates/provider/hmc-templates/Chart.yaml | 7 +------ .../provider/hmc-templates/files/release.yaml | 16 ++++++++-------- .../templates/cluster-api-provider-aws.yaml | 4 ++-- .../templates/cluster-api-provider-azure.yaml | 4 ++-- .../templates/cluster-api-provider-vsphere.yaml | 4 ++-- .../files/templates/cluster-api.yaml | 4 ++-- .../hmc-templates/files/templates/hmc.yaml | 4 ++-- .../hmc-templates/files/templates/k0smotron.yaml | 4 ++-- templates/provider/hmc/Chart.yaml | 7 +------ templates/provider/k0smotron/Chart.yaml | 2 +- 14 files changed, 27 insertions(+), 38 deletions(-) diff --git a/templates/provider/cluster-api-provider-aws/Chart.yaml b/templates/provider/cluster-api-provider-aws/Chart.yaml index 1645247aa..b3b3ab54f 100644 --- a/templates/provider/cluster-api-provider-aws/Chart.yaml +++ b/templates/provider/cluster-api-provider-aws/Chart.yaml @@ -13,7 +13,7 @@ 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.0.1 +version: 0.0.2 # 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. diff --git a/templates/provider/cluster-api-provider-azure/Chart.yaml b/templates/provider/cluster-api-provider-azure/Chart.yaml index 1836ecc63..172b7eee3 100644 --- a/templates/provider/cluster-api-provider-azure/Chart.yaml +++ b/templates/provider/cluster-api-provider-azure/Chart.yaml @@ -13,7 +13,7 @@ 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.0.1 +version: 0.0.2 # 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. diff --git a/templates/provider/cluster-api-provider-vsphere/Chart.yaml b/templates/provider/cluster-api-provider-vsphere/Chart.yaml index ec5260231..4a4db32ab 100644 --- a/templates/provider/cluster-api-provider-vsphere/Chart.yaml +++ b/templates/provider/cluster-api-provider-vsphere/Chart.yaml @@ -13,12 +13,11 @@ 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.0.1 +version: 0.0.2 # 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: "1.11.1" annotations: - hmc.mirantis.com/type: provider hmc.mirantis.com/infrastructure-providers: vsphere diff --git a/templates/provider/cluster-api/Chart.yaml b/templates/provider/cluster-api/Chart.yaml index c7083c864..e2fb4937d 100644 --- a/templates/provider/cluster-api/Chart.yaml +++ b/templates/provider/cluster-api/Chart.yaml @@ -13,7 +13,7 @@ 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.0.1 +version: 0.0.2 # 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. diff --git a/templates/provider/hmc-templates/Chart.yaml b/templates/provider/hmc-templates/Chart.yaml index e1c64c662..b98df9e22 100644 --- a/templates/provider/hmc-templates/Chart.yaml +++ b/templates/provider/hmc-templates/Chart.yaml @@ -13,9 +13,4 @@ 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.0.1 -# 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: "0.1.0" +version: 0.0.3 diff --git a/templates/provider/hmc-templates/files/release.yaml b/templates/provider/hmc-templates/files/release.yaml index e6de2946c..10a1739da 100644 --- a/templates/provider/hmc-templates/files/release.yaml +++ b/templates/provider/hmc-templates/files/release.yaml @@ -1,23 +1,23 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: Release metadata: - name: hmc-0-0-2 + name: hmc-0-0-3 annotations: helm.sh/resource-policy: keep spec: - version: 0.0.2 + version: 0.0.3 hmc: - template: hmc-0-0-1 + template: hmc-0-0-3 capi: - template: cluster-api-0-0-1 + template: cluster-api-0-0-2 providers: - name: k0smotron - template: k0smotron-0-0-1 + template: k0smotron-0-0-2 - name: cluster-api-provider-azure - template: cluster-api-provider-azure-0-0-1 + template: cluster-api-provider-azure-0-0-2 - name: cluster-api-provider-vsphere - template: cluster-api-provider-vsphere-0-0-1 + template: cluster-api-provider-vsphere-0-0-2 - name: cluster-api-provider-aws - template: cluster-api-provider-aws-0-0-1 + template: cluster-api-provider-aws-0-0-2 - name: projectsveltos template: projectsveltos-0-40-0 diff --git a/templates/provider/hmc-templates/files/templates/cluster-api-provider-aws.yaml b/templates/provider/hmc-templates/files/templates/cluster-api-provider-aws.yaml index 5a5a61baf..57aa9e415 100644 --- a/templates/provider/hmc-templates/files/templates/cluster-api-provider-aws.yaml +++ b/templates/provider/hmc-templates/files/templates/cluster-api-provider-aws.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-provider-aws-0-0-1 + name: cluster-api-provider-aws-0-0-2 annotations: helm.sh/resource-policy: keep spec: helm: chartName: cluster-api-provider-aws - chartVersion: 0.0.1 + chartVersion: 0.0.2 diff --git a/templates/provider/hmc-templates/files/templates/cluster-api-provider-azure.yaml b/templates/provider/hmc-templates/files/templates/cluster-api-provider-azure.yaml index d4b8b8a4d..797f36b8b 100644 --- a/templates/provider/hmc-templates/files/templates/cluster-api-provider-azure.yaml +++ b/templates/provider/hmc-templates/files/templates/cluster-api-provider-azure.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-provider-azure-0-0-1 + name: cluster-api-provider-azure-0-0-2 annotations: helm.sh/resource-policy: keep spec: helm: chartName: cluster-api-provider-azure - chartVersion: 0.0.1 + chartVersion: 0.0.2 diff --git a/templates/provider/hmc-templates/files/templates/cluster-api-provider-vsphere.yaml b/templates/provider/hmc-templates/files/templates/cluster-api-provider-vsphere.yaml index 6c2b51337..981fd4799 100644 --- a/templates/provider/hmc-templates/files/templates/cluster-api-provider-vsphere.yaml +++ b/templates/provider/hmc-templates/files/templates/cluster-api-provider-vsphere.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-provider-vsphere-0-0-1 + name: cluster-api-provider-vsphere-0-0-2 annotations: helm.sh/resource-policy: keep spec: helm: chartName: cluster-api-provider-vsphere - chartVersion: 0.0.1 + chartVersion: 0.0.2 diff --git a/templates/provider/hmc-templates/files/templates/cluster-api.yaml b/templates/provider/hmc-templates/files/templates/cluster-api.yaml index 8066887c1..cd9d10923 100644 --- a/templates/provider/hmc-templates/files/templates/cluster-api.yaml +++ b/templates/provider/hmc-templates/files/templates/cluster-api.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-0-0-1 + name: cluster-api-0-0-2 annotations: helm.sh/resource-policy: keep spec: helm: chartName: cluster-api - chartVersion: 0.0.1 + chartVersion: 0.0.2 diff --git a/templates/provider/hmc-templates/files/templates/hmc.yaml b/templates/provider/hmc-templates/files/templates/hmc.yaml index 0c2d923f2..5344bbf58 100644 --- a/templates/provider/hmc-templates/files/templates/hmc.yaml +++ b/templates/provider/hmc-templates/files/templates/hmc.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: hmc-0-0-1 + name: hmc-0-0-3 annotations: helm.sh/resource-policy: keep spec: helm: chartName: hmc - chartVersion: 0.0.1 + chartVersion: 0.0.3 diff --git a/templates/provider/hmc-templates/files/templates/k0smotron.yaml b/templates/provider/hmc-templates/files/templates/k0smotron.yaml index ee4a7d170..440c579a9 100644 --- a/templates/provider/hmc-templates/files/templates/k0smotron.yaml +++ b/templates/provider/hmc-templates/files/templates/k0smotron.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: k0smotron-0-0-1 + name: k0smotron-0-0-2 annotations: helm.sh/resource-policy: keep spec: helm: chartName: k0smotron - chartVersion: 0.0.1 + chartVersion: 0.0.2 diff --git a/templates/provider/hmc/Chart.yaml b/templates/provider/hmc/Chart.yaml index 741a762a8..f84afe240 100644 --- a/templates/provider/hmc/Chart.yaml +++ b/templates/provider/hmc/Chart.yaml @@ -13,12 +13,7 @@ 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.0.1 -# 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: "0.1.0" +version: 0.0.3 dependencies: - name: flux2 diff --git a/templates/provider/k0smotron/Chart.yaml b/templates/provider/k0smotron/Chart.yaml index c453ca418..47ce14d17 100644 --- a/templates/provider/k0smotron/Chart.yaml +++ b/templates/provider/k0smotron/Chart.yaml @@ -13,7 +13,7 @@ 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.0.1 +version: 0.0.2 # 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.