diff --git a/templates/cluster/aws-hosted-cp/Chart.yaml b/templates/cluster/aws-hosted-cp/Chart.yaml index 50588dac0..6f95d893d 100644 --- a/templates/cluster/aws-hosted-cp/Chart.yaml +++ b/templates/cluster/aws-hosted-cp/Chart.yaml @@ -7,7 +7,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.2 +version: 0.0.3 # 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/cluster/aws-standalone-cp/Chart.yaml b/templates/cluster/aws-standalone-cp/Chart.yaml index 94b9847fc..7fadaf8b8 100644 --- a/templates/cluster/aws-standalone-cp/Chart.yaml +++ b/templates/cluster/aws-standalone-cp/Chart.yaml @@ -6,7 +6,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.2 +version: 0.0.3 # 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/cluster/vsphere-hosted-cp/Chart.yaml b/templates/cluster/vsphere-hosted-cp/Chart.yaml index a945b881c..30c953f1d 100644 --- a/templates/cluster/vsphere-hosted-cp/Chart.yaml +++ b/templates/cluster/vsphere-hosted-cp/Chart.yaml @@ -7,7 +7,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.2 +version: 0.0.3 # 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/cluster/vsphere-standalone-cp/Chart.yaml b/templates/cluster/vsphere-standalone-cp/Chart.yaml index 493a5c70c..bce65dc31 100644 --- a/templates/cluster/vsphere-standalone-cp/Chart.yaml +++ b/templates/cluster/vsphere-standalone-cp/Chart.yaml @@ -6,7 +6,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.2 +version: 0.0.3 # 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/files/templates/aws-hosted-cp-0-0-2.yaml b/templates/provider/hmc-templates/files/templates/aws-hosted-cp-0-0-3.yaml similarity index 75% rename from templates/provider/hmc-templates/files/templates/aws-hosted-cp-0-0-2.yaml rename to templates/provider/hmc-templates/files/templates/aws-hosted-cp-0-0-3.yaml index 11503b2a1..092a37072 100644 --- a/templates/provider/hmc-templates/files/templates/aws-hosted-cp-0-0-2.yaml +++ b/templates/provider/hmc-templates/files/templates/aws-hosted-cp-0-0-3.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: aws-hosted-cp-0-0-2 + name: aws-hosted-cp-0-0-3 annotations: helm.sh/resource-policy: keep spec: helm: chartName: aws-hosted-cp - chartVersion: 0.0.2 + chartVersion: 0.0.3 diff --git a/templates/provider/hmc-templates/files/templates/aws-standalone-cp-0-0-2.yaml b/templates/provider/hmc-templates/files/templates/aws-standalone-cp-0-0-3.yaml similarity index 74% rename from templates/provider/hmc-templates/files/templates/aws-standalone-cp-0-0-2.yaml rename to templates/provider/hmc-templates/files/templates/aws-standalone-cp-0-0-3.yaml index 116b2f4eb..9b1f98f2f 100644 --- a/templates/provider/hmc-templates/files/templates/aws-standalone-cp-0-0-2.yaml +++ b/templates/provider/hmc-templates/files/templates/aws-standalone-cp-0-0-3.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: aws-standalone-cp-0-0-2 + name: aws-standalone-cp-0-0-3 annotations: helm.sh/resource-policy: keep spec: helm: chartName: aws-standalone-cp - chartVersion: 0.0.2 + chartVersion: 0.0.3 diff --git a/templates/provider/hmc-templates/files/templates/vsphere-hosted-cp-0-0-2.yaml b/templates/provider/hmc-templates/files/templates/vsphere-hosted-cp-0-0-3.yaml similarity index 74% rename from templates/provider/hmc-templates/files/templates/vsphere-hosted-cp-0-0-2.yaml rename to templates/provider/hmc-templates/files/templates/vsphere-hosted-cp-0-0-3.yaml index 327a7c2c5..d6fa8db18 100644 --- a/templates/provider/hmc-templates/files/templates/vsphere-hosted-cp-0-0-2.yaml +++ b/templates/provider/hmc-templates/files/templates/vsphere-hosted-cp-0-0-3.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: vsphere-hosted-cp-0-0-2 + name: vsphere-hosted-cp-0-0-3 annotations: helm.sh/resource-policy: keep spec: helm: chartName: vsphere-hosted-cp - chartVersion: 0.0.2 + chartVersion: 0.0.3 diff --git a/templates/provider/hmc-templates/files/templates/vsphere-standalone-cp-0-0-2.yaml b/templates/provider/hmc-templates/files/templates/vsphere-standalone-cp-0-0-3.yaml similarity index 73% rename from templates/provider/hmc-templates/files/templates/vsphere-standalone-cp-0-0-2.yaml rename to templates/provider/hmc-templates/files/templates/vsphere-standalone-cp-0-0-3.yaml index 0bb171972..a45ec8d2b 100644 --- a/templates/provider/hmc-templates/files/templates/vsphere-standalone-cp-0-0-2.yaml +++ b/templates/provider/hmc-templates/files/templates/vsphere-standalone-cp-0-0-3.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: vsphere-standalone-cp-0-0-2 + name: vsphere-standalone-cp-0-0-3 annotations: helm.sh/resource-policy: keep spec: helm: chartName: vsphere-standalone-cp - chartVersion: 0.0.2 + chartVersion: 0.0.3 diff --git a/test/e2e/managedcluster/resources/aws-hosted-cp.yaml.tpl b/test/e2e/managedcluster/resources/aws-hosted-cp.yaml.tpl index b8758c9ab..8a2700c63 100644 --- a/test/e2e/managedcluster/resources/aws-hosted-cp.yaml.tpl +++ b/test/e2e/managedcluster/resources/aws-hosted-cp.yaml.tpl @@ -3,7 +3,7 @@ kind: ManagedCluster metadata: name: ${MANAGED_CLUSTER_NAME} spec: - template: aws-hosted-cp-0-0-2 + template: aws-hosted-cp-0-0-3 credential: ${AWS_CLUSTER_IDENTITY}-cred config: clusterIdentity: diff --git a/test/e2e/managedcluster/resources/aws-standalone-cp.yaml.tpl b/test/e2e/managedcluster/resources/aws-standalone-cp.yaml.tpl index 8d2ceab31..24c449bc0 100644 --- a/test/e2e/managedcluster/resources/aws-standalone-cp.yaml.tpl +++ b/test/e2e/managedcluster/resources/aws-standalone-cp.yaml.tpl @@ -3,7 +3,7 @@ kind: ManagedCluster metadata: name: ${MANAGED_CLUSTER_NAME} spec: - template: aws-standalone-cp-0-0-2 + template: aws-standalone-cp-0-0-3 credential: ${AWS_CLUSTER_IDENTITY}-cred config: clusterIdentity: diff --git a/test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl b/test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl index 7cbe61b71..76da17cbb 100644 --- a/test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl +++ b/test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl @@ -4,7 +4,7 @@ metadata: name: ${MANAGED_CLUSTER_NAME} namespace: ${NAMESPACE} spec: - template: azure-hosted-cp-0-0-2 + template: azure-hosted-cp-0-0-3 credential: ${AZURE_CLUSTER_IDENTITY}-cred config: location: "${AZURE_REGION}" diff --git a/test/e2e/managedcluster/resources/azure-standalone-cp.yaml.tpl b/test/e2e/managedcluster/resources/azure-standalone-cp.yaml.tpl index 7f1083a83..3894b7b39 100644 --- a/test/e2e/managedcluster/resources/azure-standalone-cp.yaml.tpl +++ b/test/e2e/managedcluster/resources/azure-standalone-cp.yaml.tpl @@ -4,7 +4,7 @@ metadata: name: ${MANAGED_CLUSTER_NAME} namespace: ${NAMESPACE} spec: - template: azure-standalone-cp-0-0-2 + template: azure-standalone-cp-0-0-3 credential: ${AZURE_CLUSTER_IDENTITY}-cred config: controlPlaneNumber: 1 diff --git a/test/e2e/managedcluster/resources/vsphere-hosted-cp.yaml.tpl b/test/e2e/managedcluster/resources/vsphere-hosted-cp.yaml.tpl index 03a201cce..c0475f3f4 100644 --- a/test/e2e/managedcluster/resources/vsphere-hosted-cp.yaml.tpl +++ b/test/e2e/managedcluster/resources/vsphere-hosted-cp.yaml.tpl @@ -3,7 +3,7 @@ kind: ManagedCluster metadata: name: ${MANAGED_CLUSTER_NAME} spec: - template: vsphere-hosted-cp-0-0-2 + template: vsphere-hosted-cp-0-0-3 credential: ${VSPHERE_CLUSTER_IDENTITY}-cred config: controlPlaneNumber: ${CONTROL_PLANE_NUMBER:=1} diff --git a/test/e2e/managedcluster/resources/vsphere-standalone-cp.yaml.tpl b/test/e2e/managedcluster/resources/vsphere-standalone-cp.yaml.tpl index 47c7dc538..cc5fa87b3 100644 --- a/test/e2e/managedcluster/resources/vsphere-standalone-cp.yaml.tpl +++ b/test/e2e/managedcluster/resources/vsphere-standalone-cp.yaml.tpl @@ -3,7 +3,7 @@ kind: ManagedCluster metadata: name: ${MANAGED_CLUSTER_NAME} spec: - template: vsphere-standalone-cp-0-0-2 + template: vsphere-standalone-cp-0-0-3 credential: ${VSPHERE_CLUSTER_IDENTITY}-cred config: controlPlaneNumber: ${CONTROL_PLANE_NUMBER:=1}