diff --git a/README.md b/README.md index a3591c177..d348824a7 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ spec: - name: cluster-api-provider-azure - name: cluster-api-provider-vsphere - name: projectsveltos - release: kcm-0-0-5 + release: kcm-0-1-0 ``` There are two options to override the default management configuration of KCM: @@ -217,7 +217,7 @@ spec: iamInstanceProfile: nodes.cluster-api-provider-aws.sigs.k8s.io instanceType: "" workersNumber: 2 - template: aws-standalone-cp-0-0-5 + template: aws-standalone-cp-0-1-0 credential: aws-credential dryRun: true ``` @@ -235,7 +235,7 @@ metadata: name: aws-standalone namespace: kcm-system spec: - template: aws-standalone-cp-0-0-5 + template: aws-standalone-cp-0-1-0 credential: aws-credential config: region: us-east-2 diff --git a/config/dev/adopted-clusterdeployment.yaml b/config/dev/adopted-clusterdeployment.yaml index 80dc56d7a..25a903bd1 100644 --- a/config/dev/adopted-clusterdeployment.yaml +++ b/config/dev/adopted-clusterdeployment.yaml @@ -4,7 +4,7 @@ metadata: name: adopted-${CLUSTER_NAME_SUFFIX} namespace: ${NAMESPACE} spec: - template: adopted-cluster-0-0-3 + template: adopted-cluster-0-1-0 credential: adopted-cluster-cred config: clusterLabels: {} diff --git a/config/dev/aks-clusterdeployment.yaml b/config/dev/aks-clusterdeployment.yaml index 2f3ddf754..080d7fe69 100644 --- a/config/dev/aks-clusterdeployment.yaml +++ b/config/dev/aks-clusterdeployment.yaml @@ -4,7 +4,7 @@ metadata: name: azure-aks-${CLUSTER_NAME_SUFFIX} namespace: ${NAMESPACE} spec: - template: azure-aks-0-0-3 + template: azure-aks-0-1-0 credential: azure-aks-credential propagateCredentials: false config: diff --git a/config/dev/aws-clusterdeployment.yaml b/config/dev/aws-clusterdeployment.yaml index 6897b0875..e5b37fe8a 100644 --- a/config/dev/aws-clusterdeployment.yaml +++ b/config/dev/aws-clusterdeployment.yaml @@ -4,7 +4,7 @@ metadata: name: aws-${CLUSTER_NAME_SUFFIX} namespace: ${NAMESPACE} spec: - template: aws-standalone-cp-0-0-7 + template: aws-standalone-cp-0-1-0 credential: aws-cluster-identity-cred config: clusterLabels: {} diff --git a/config/dev/azure-clusterdeployment.yaml b/config/dev/azure-clusterdeployment.yaml index a374d116b..992b93ad5 100644 --- a/config/dev/azure-clusterdeployment.yaml +++ b/config/dev/azure-clusterdeployment.yaml @@ -4,7 +4,7 @@ metadata: name: azure-${CLUSTER_NAME_SUFFIX} namespace: ${NAMESPACE} spec: - template: azure-standalone-cp-0-0-7 + template: azure-standalone-cp-0-1-0 credential: azure-cluster-identity-cred config: clusterLabels: {} diff --git a/config/dev/eks-clusterdeployment.yaml b/config/dev/eks-clusterdeployment.yaml index bbd4c4400..f820cce9f 100644 --- a/config/dev/eks-clusterdeployment.yaml +++ b/config/dev/eks-clusterdeployment.yaml @@ -4,7 +4,7 @@ metadata: name: eks-${CLUSTER_NAME_SUFFIX} namespace: ${NAMESPACE} spec: - template: aws-eks-0-0-6 + template: aws-eks-0-1-0 credential: "aws-cluster-identity-cred" config: clusterLabels: {} diff --git a/config/dev/openstack-clusterdeployment.yaml b/config/dev/openstack-clusterdeployment.yaml index 5f5902d9c..59760c96f 100644 --- a/config/dev/openstack-clusterdeployment.yaml +++ b/config/dev/openstack-clusterdeployment.yaml @@ -4,7 +4,7 @@ metadata: name: openstack-${CLUSTER_NAME_SUFFIX} namespace: ${NAMESPACE} spec: - template: openstack-standalone-cp-0-0-6 + template: openstack-standalone-cp-0-1-0 credential: openstack-cluster-identity-cred config: clusterLabels: {} diff --git a/config/dev/vsphere-clusterdeployment.yaml b/config/dev/vsphere-clusterdeployment.yaml index 6a8b0f1e0..874894893 100644 --- a/config/dev/vsphere-clusterdeployment.yaml +++ b/config/dev/vsphere-clusterdeployment.yaml @@ -4,7 +4,7 @@ metadata: name: vsphere-${CLUSTER_NAME_SUFFIX} namespace: ${NAMESPACE} spec: - template: vsphere-standalone-cp-0-0-7 + template: vsphere-standalone-cp-0-1-0 credential: vsphere-cluster-identity-cred config: clusterLabels: {} diff --git a/templates/cluster/adopted-cluster/Chart.yaml b/templates/cluster/adopted-cluster/Chart.yaml index 03f00e93f..d2b9df7c5 100644 --- a/templates/cluster/adopted-cluster/Chart.yaml +++ b/templates/cluster/adopted-cluster/Chart.yaml @@ -6,6 +6,6 @@ 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.3 +version: 0.1.0 annotations: cluster.x-k8s.io/provider: infrastructure-internal diff --git a/templates/cluster/aws-eks/Chart.yaml b/templates/cluster/aws-eks/Chart.yaml index f2fc04828..ddf5699ad 100644 --- a/templates/cluster/aws-eks/Chart.yaml +++ b/templates/cluster/aws-eks/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.6 +version: 0.1.0 annotations: cluster.x-k8s.io/provider: infrastructure-aws cluster.x-k8s.io/infrastructure-aws: v1beta2 diff --git a/templates/cluster/aws-hosted-cp/Chart.yaml b/templates/cluster/aws-hosted-cp/Chart.yaml index ea463d0e0..b8eda2f0c 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.6 +version: 0.1.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. diff --git a/templates/cluster/aws-standalone-cp/Chart.yaml b/templates/cluster/aws-standalone-cp/Chart.yaml index 7da2bd11b..fe8e4f4ec 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.7 +version: 0.1.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. diff --git a/templates/cluster/azure-aks/Chart.yaml b/templates/cluster/azure-aks/Chart.yaml index 6bb3305fb..2bff90073 100644 --- a/templates/cluster/azure-aks/Chart.yaml +++ b/templates/cluster/azure-aks/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.3 +version: 0.1.0 annotations: cluster.x-k8s.io/provider: infrastructure-azure cluster.x-k8s.io/infrastructure-azure: v1beta1 diff --git a/templates/cluster/azure-hosted-cp/Chart.yaml b/templates/cluster/azure-hosted-cp/Chart.yaml index b4d6ebee7..7f68bc293 100644 --- a/templates/cluster/azure-hosted-cp/Chart.yaml +++ b/templates/cluster/azure-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.6 +version: 0.1.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. diff --git a/templates/cluster/azure-standalone-cp/Chart.yaml b/templates/cluster/azure-standalone-cp/Chart.yaml index 9d6ce3d4b..595cacb48 100644 --- a/templates/cluster/azure-standalone-cp/Chart.yaml +++ b/templates/cluster/azure-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.7 +version: 0.1.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. diff --git a/templates/cluster/openstack-standalone-cp/Chart.yaml b/templates/cluster/openstack-standalone-cp/Chart.yaml index e47429770..a960f8e5b 100644 --- a/templates/cluster/openstack-standalone-cp/Chart.yaml +++ b/templates/cluster/openstack-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.6 +version: 0.1.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. diff --git a/templates/cluster/vsphere-hosted-cp/Chart.yaml b/templates/cluster/vsphere-hosted-cp/Chart.yaml index 145510ba2..bbd5a6e02 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.7 +version: 0.1.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. diff --git a/templates/cluster/vsphere-standalone-cp/Chart.yaml b/templates/cluster/vsphere-standalone-cp/Chart.yaml index 63c963734..e94915254 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.7 +version: 0.1.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. diff --git a/templates/provider/cluster-api-provider-aws/Chart.yaml b/templates/provider/cluster-api-provider-aws/Chart.yaml index c53f32156..ede203f50 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.5 +version: 0.1.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. diff --git a/templates/provider/cluster-api-provider-azure/Chart.yaml b/templates/provider/cluster-api-provider-azure/Chart.yaml index 9d6e267f7..c8a89b49b 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.7 +version: 0.1.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. diff --git a/templates/provider/cluster-api-provider-openstack/Chart.yaml b/templates/provider/cluster-api-provider-openstack/Chart.yaml index d108efc82..4adeb4ba5 100644 --- a/templates/provider/cluster-api-provider-openstack/Chart.yaml +++ b/templates/provider/cluster-api-provider-openstack/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.2 +version: 0.1.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. diff --git a/templates/provider/cluster-api-provider-vsphere/Chart.yaml b/templates/provider/cluster-api-provider-vsphere/Chart.yaml index 9c7b2f71e..0e90ef0f1 100644 --- a/templates/provider/cluster-api-provider-vsphere/Chart.yaml +++ b/templates/provider/cluster-api-provider-vsphere/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.6 +version: 0.1.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. diff --git a/templates/provider/cluster-api/Chart.yaml b/templates/provider/cluster-api/Chart.yaml index 012cb13e2..09cdda2b8 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.8 +version: 0.1.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. diff --git a/templates/provider/k0smotron/Chart.yaml b/templates/provider/k0smotron/Chart.yaml index 276df1e99..fb992f02e 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.8 +version: 0.1.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. diff --git a/templates/provider/kcm-templates/Chart.yaml b/templates/provider/kcm-templates/Chart.yaml index a0a6015bc..4e2137c25 100644 --- a/templates/provider/kcm-templates/Chart.yaml +++ b/templates/provider/kcm-templates/Chart.yaml @@ -13,4 +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.7 +version: 0.1.0 diff --git a/templates/provider/kcm-templates/files/release.yaml b/templates/provider/kcm-templates/files/release.yaml index a148dcc68..35ed8992c 100644 --- a/templates/provider/kcm-templates/files/release.yaml +++ b/templates/provider/kcm-templates/files/release.yaml @@ -1,25 +1,25 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: Release metadata: - name: kcm-0-0-7 + name: kcm-0-1-0 annotations: helm.sh/resource-policy: keep spec: - version: 0.0.7 + version: 0.1.0 kcm: - template: kcm-0-0-7 + template: kcm-0-1-0 capi: - template: cluster-api-0-0-8 + template: cluster-api-0-1-0 providers: - name: k0smotron - template: k0smotron-0-0-8 + template: k0smotron-0-1-0 - name: cluster-api-provider-azure - template: cluster-api-provider-azure-0-0-7 + template: cluster-api-provider-azure-0-1-0 - name: cluster-api-provider-vsphere - template: cluster-api-provider-vsphere-0-0-6 + template: cluster-api-provider-vsphere-0-1-0 - name: cluster-api-provider-aws - template: cluster-api-provider-aws-0-0-5 + template: cluster-api-provider-aws-0-1-0 - name: cluster-api-provider-openstack - template: cluster-api-provider-openstack-0-0-2 + template: cluster-api-provider-openstack-0-1-0 - name: projectsveltos template: projectsveltos-0-45-0 diff --git a/templates/provider/kcm-templates/files/templates/adopted-cluster-0-0-3.yaml b/templates/provider/kcm-templates/files/templates/adopted-cluster-0-1-0.yaml similarity index 84% rename from templates/provider/kcm-templates/files/templates/adopted-cluster-0-0-3.yaml rename to templates/provider/kcm-templates/files/templates/adopted-cluster-0-1-0.yaml index 109f0308c..6227684e2 100644 --- a/templates/provider/kcm-templates/files/templates/adopted-cluster-0-0-3.yaml +++ b/templates/provider/kcm-templates/files/templates/adopted-cluster-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: adopted-cluster-0-0-3 + name: adopted-cluster-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: adopted-cluster - version: 0.0.3 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/aws-eks-0-0-6.yaml b/templates/provider/kcm-templates/files/templates/aws-eks-0-1-0.yaml similarity index 86% rename from templates/provider/kcm-templates/files/templates/aws-eks-0-0-6.yaml rename to templates/provider/kcm-templates/files/templates/aws-eks-0-1-0.yaml index c4653ef64..1775aa33b 100644 --- a/templates/provider/kcm-templates/files/templates/aws-eks-0-0-6.yaml +++ b/templates/provider/kcm-templates/files/templates/aws-eks-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: aws-eks-0-0-6 + name: aws-eks-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: aws-eks - version: 0.0.6 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/aws-hosted-cp-0-0-6.yaml b/templates/provider/kcm-templates/files/templates/aws-hosted-cp-0-1-0.yaml similarity index 84% rename from templates/provider/kcm-templates/files/templates/aws-hosted-cp-0-0-6.yaml rename to templates/provider/kcm-templates/files/templates/aws-hosted-cp-0-1-0.yaml index 370137b9f..f26f02c36 100644 --- a/templates/provider/kcm-templates/files/templates/aws-hosted-cp-0-0-6.yaml +++ b/templates/provider/kcm-templates/files/templates/aws-hosted-cp-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: aws-hosted-cp-0-0-6 + name: aws-hosted-cp-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: aws-hosted-cp - version: 0.0.6 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/aws-standalone-cp-0-0-7.yaml b/templates/provider/kcm-templates/files/templates/aws-standalone-cp-0-1-0.yaml similarity index 84% rename from templates/provider/kcm-templates/files/templates/aws-standalone-cp-0-0-7.yaml rename to templates/provider/kcm-templates/files/templates/aws-standalone-cp-0-1-0.yaml index 0207eb7d7..fd4a92312 100644 --- a/templates/provider/kcm-templates/files/templates/aws-standalone-cp-0-0-7.yaml +++ b/templates/provider/kcm-templates/files/templates/aws-standalone-cp-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: aws-standalone-cp-0-0-7 + name: aws-standalone-cp-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: aws-standalone-cp - version: 0.0.7 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/azure-aks-0-0-3.yaml b/templates/provider/kcm-templates/files/templates/azure-aks-0-1-0.yaml similarity index 85% rename from templates/provider/kcm-templates/files/templates/azure-aks-0-0-3.yaml rename to templates/provider/kcm-templates/files/templates/azure-aks-0-1-0.yaml index 8110d6a96..d8a42ba7d 100644 --- a/templates/provider/kcm-templates/files/templates/azure-aks-0-0-3.yaml +++ b/templates/provider/kcm-templates/files/templates/azure-aks-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: azure-aks-0-0-3 + name: azure-aks-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: azure-aks - version: 0.0.3 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/azure-hosted-cp-0-0-6.yaml b/templates/provider/kcm-templates/files/templates/azure-hosted-cp-0-1-0.yaml similarity index 84% rename from templates/provider/kcm-templates/files/templates/azure-hosted-cp-0-0-6.yaml rename to templates/provider/kcm-templates/files/templates/azure-hosted-cp-0-1-0.yaml index 73edbaa4f..f4c7c3cd1 100644 --- a/templates/provider/kcm-templates/files/templates/azure-hosted-cp-0-0-6.yaml +++ b/templates/provider/kcm-templates/files/templates/azure-hosted-cp-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: azure-hosted-cp-0-0-6 + name: azure-hosted-cp-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: azure-hosted-cp - version: 0.0.6 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/azure-standalone-cp-0-0-7.yaml b/templates/provider/kcm-templates/files/templates/azure-standalone-cp-0-1-0.yaml similarity index 83% rename from templates/provider/kcm-templates/files/templates/azure-standalone-cp-0-0-7.yaml rename to templates/provider/kcm-templates/files/templates/azure-standalone-cp-0-1-0.yaml index d1c589e29..ba5f2ca7d 100644 --- a/templates/provider/kcm-templates/files/templates/azure-standalone-cp-0-0-7.yaml +++ b/templates/provider/kcm-templates/files/templates/azure-standalone-cp-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: azure-standalone-cp-0-0-7 + name: azure-standalone-cp-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: azure-standalone-cp - version: 0.0.7 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/cluster-api-provider-aws.yaml b/templates/provider/kcm-templates/files/templates/cluster-api-provider-aws.yaml index f48e04258..e81d2a3fd 100644 --- a/templates/provider/kcm-templates/files/templates/cluster-api-provider-aws.yaml +++ b/templates/provider/kcm-templates/files/templates/cluster-api-provider-aws.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-provider-aws-0-0-5 + name: cluster-api-provider-aws-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: cluster-api-provider-aws - version: 0.0.5 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/cluster-api-provider-azure.yaml b/templates/provider/kcm-templates/files/templates/cluster-api-provider-azure.yaml index fd8ab5b9a..6cb769471 100644 --- a/templates/provider/kcm-templates/files/templates/cluster-api-provider-azure.yaml +++ b/templates/provider/kcm-templates/files/templates/cluster-api-provider-azure.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-provider-azure-0-0-7 + name: cluster-api-provider-azure-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: cluster-api-provider-azure - version: 0.0.7 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/cluster-api-provider-openstack.yaml b/templates/provider/kcm-templates/files/templates/cluster-api-provider-openstack.yaml index 8b6a8314c..18e7fc729 100644 --- a/templates/provider/kcm-templates/files/templates/cluster-api-provider-openstack.yaml +++ b/templates/provider/kcm-templates/files/templates/cluster-api-provider-openstack.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-provider-openstack-0-0-2 + name: cluster-api-provider-openstack-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: cluster-api-provider-openstack - version: 0.0.2 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/cluster-api-provider-vsphere.yaml b/templates/provider/kcm-templates/files/templates/cluster-api-provider-vsphere.yaml index b8a935955..44a101a5b 100644 --- a/templates/provider/kcm-templates/files/templates/cluster-api-provider-vsphere.yaml +++ b/templates/provider/kcm-templates/files/templates/cluster-api-provider-vsphere.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-provider-vsphere-0-0-6 + name: cluster-api-provider-vsphere-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: cluster-api-provider-vsphere - version: 0.0.6 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/cluster-api.yaml b/templates/provider/kcm-templates/files/templates/cluster-api.yaml index 4f5ba10b1..2aa9086c9 100644 --- a/templates/provider/kcm-templates/files/templates/cluster-api.yaml +++ b/templates/provider/kcm-templates/files/templates/cluster-api.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-0-0-8 + name: cluster-api-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: cluster-api - version: 0.0.8 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/k0smotron.yaml b/templates/provider/kcm-templates/files/templates/k0smotron.yaml index 3c1159e1f..78553780f 100644 --- a/templates/provider/kcm-templates/files/templates/k0smotron.yaml +++ b/templates/provider/kcm-templates/files/templates/k0smotron.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: k0smotron-0-0-8 + name: k0smotron-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: k0smotron - version: 0.0.8 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/kcm.yaml b/templates/provider/kcm-templates/files/templates/kcm.yaml index d40192377..d037dc389 100644 --- a/templates/provider/kcm-templates/files/templates/kcm.yaml +++ b/templates/provider/kcm-templates/files/templates/kcm.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: kcm-0-0-7 + name: kcm-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: kcm - version: 0.0.7 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/openstack-standalone-cp-0-0-6.yaml b/templates/provider/kcm-templates/files/templates/openstack-standalone-cp-0-1-0.yaml similarity index 82% rename from templates/provider/kcm-templates/files/templates/openstack-standalone-cp-0-0-6.yaml rename to templates/provider/kcm-templates/files/templates/openstack-standalone-cp-0-1-0.yaml index f93601c21..9a40d64ac 100644 --- a/templates/provider/kcm-templates/files/templates/openstack-standalone-cp-0-0-6.yaml +++ b/templates/provider/kcm-templates/files/templates/openstack-standalone-cp-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: openstack-standalone-cp-0-0-6 + name: openstack-standalone-cp-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: openstack-standalone-cp - version: 0.0.6 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/vsphere-hosted-cp-0-0-7.yaml b/templates/provider/kcm-templates/files/templates/vsphere-hosted-cp-0-1-0.yaml similarity index 84% rename from templates/provider/kcm-templates/files/templates/vsphere-hosted-cp-0-0-7.yaml rename to templates/provider/kcm-templates/files/templates/vsphere-hosted-cp-0-1-0.yaml index 5cbd814c8..033b5a00c 100644 --- a/templates/provider/kcm-templates/files/templates/vsphere-hosted-cp-0-0-7.yaml +++ b/templates/provider/kcm-templates/files/templates/vsphere-hosted-cp-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: vsphere-hosted-cp-0-0-7 + name: vsphere-hosted-cp-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: vsphere-hosted-cp - version: 0.0.7 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm-templates/files/templates/vsphere-standalone-cp-0-0-7.yaml b/templates/provider/kcm-templates/files/templates/vsphere-standalone-cp-0-1-0.yaml similarity index 83% rename from templates/provider/kcm-templates/files/templates/vsphere-standalone-cp-0-0-7.yaml rename to templates/provider/kcm-templates/files/templates/vsphere-standalone-cp-0-1-0.yaml index 35f7bb9c3..f94b13802 100644 --- a/templates/provider/kcm-templates/files/templates/vsphere-standalone-cp-0-0-7.yaml +++ b/templates/provider/kcm-templates/files/templates/vsphere-standalone-cp-0-1-0.yaml @@ -1,14 +1,14 @@ apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: vsphere-standalone-cp-0-0-7 + name: vsphere-standalone-cp-0-1-0 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: vsphere-standalone-cp - version: 0.0.7 + version: 0.1.0 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/kcm/Chart.yaml b/templates/provider/kcm/Chart.yaml index eb43a8e24..fb44dd036 100644 --- a/templates/provider/kcm/Chart.yaml +++ b/templates/provider/kcm/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.7 +version: 0.1.0 dependencies: - name: flux2 diff --git a/test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl b/test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl index 0d61a8801..93789d6b2 100644 --- a/test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl @@ -4,7 +4,7 @@ metadata: name: ${CLUSTER_DEPLOYMENT_NAME} namespace: ${NAMESPACE} spec: - template: adopted-cluster-0-0-2 + template: adopted-cluster-0-1-0 credential: ${ADOPTED_CREDENTIAL} config: {} serviceSpec: diff --git a/test/e2e/clusterdeployment/resources/aws-eks.yaml.tpl b/test/e2e/clusterdeployment/resources/aws-eks.yaml.tpl index 29d0b3a59..cac8d54d4 100644 --- a/test/e2e/clusterdeployment/resources/aws-eks.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/aws-eks.yaml.tpl @@ -3,7 +3,7 @@ kind: ClusterDeployment metadata: name: ${CLUSTER_DEPLOYMENT_NAME} spec: - template: aws-eks-0-0-6 + template: aws-eks-0-1-0 credential: ${AWS_CLUSTER_IDENTITY}-cred config: region: ${AWS_REGION} diff --git a/test/e2e/clusterdeployment/resources/aws-hosted-cp.yaml.tpl b/test/e2e/clusterdeployment/resources/aws-hosted-cp.yaml.tpl index 8ba130a30..c37cee399 100644 --- a/test/e2e/clusterdeployment/resources/aws-hosted-cp.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/aws-hosted-cp.yaml.tpl @@ -3,7 +3,7 @@ kind: ClusterDeployment metadata: name: ${CLUSTER_DEPLOYMENT_NAME} spec: - template: aws-hosted-cp-0-0-4 + template: aws-hosted-cp-0-1-0 credential: ${AWS_CLUSTER_IDENTITY}-cred config: clusterIdentity: diff --git a/test/e2e/clusterdeployment/resources/aws-standalone-cp.yaml.tpl b/test/e2e/clusterdeployment/resources/aws-standalone-cp.yaml.tpl index 50b20d572..6fbdde207 100644 --- a/test/e2e/clusterdeployment/resources/aws-standalone-cp.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/aws-standalone-cp.yaml.tpl @@ -3,7 +3,7 @@ kind: ClusterDeployment metadata: name: ${CLUSTER_DEPLOYMENT_NAME} spec: - template: aws-standalone-cp-0-0-5 + template: aws-standalone-cp-0-1-0 credential: ${AWS_CLUSTER_IDENTITY}-cred config: clusterIdentity: diff --git a/test/e2e/clusterdeployment/resources/azure-hosted-cp.yaml.tpl b/test/e2e/clusterdeployment/resources/azure-hosted-cp.yaml.tpl index 11a454090..863123ea9 100644 --- a/test/e2e/clusterdeployment/resources/azure-hosted-cp.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/azure-hosted-cp.yaml.tpl @@ -4,7 +4,7 @@ metadata: name: ${CLUSTER_DEPLOYMENT_NAME} namespace: ${NAMESPACE} spec: - template: azure-hosted-cp-0-0-4 + template: azure-hosted-cp-0-1-0 credential: ${AZURE_CLUSTER_IDENTITY}-cred config: location: "${AZURE_REGION}" diff --git a/test/e2e/clusterdeployment/resources/azure-standalone-cp.yaml.tpl b/test/e2e/clusterdeployment/resources/azure-standalone-cp.yaml.tpl index f7d104863..39ff08446 100644 --- a/test/e2e/clusterdeployment/resources/azure-standalone-cp.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/azure-standalone-cp.yaml.tpl @@ -4,7 +4,7 @@ metadata: name: ${CLUSTER_DEPLOYMENT_NAME} namespace: ${NAMESPACE} spec: - template: azure-standalone-cp-0-0-5 + template: azure-standalone-cp-0-1-0 credential: ${AZURE_CLUSTER_IDENTITY}-cred config: controlPlaneNumber: 1 diff --git a/test/e2e/clusterdeployment/resources/vsphere-hosted-cp.yaml.tpl b/test/e2e/clusterdeployment/resources/vsphere-hosted-cp.yaml.tpl index dc4db0035..0bb8c2f49 100644 --- a/test/e2e/clusterdeployment/resources/vsphere-hosted-cp.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/vsphere-hosted-cp.yaml.tpl @@ -3,7 +3,7 @@ kind: ClusterDeployment metadata: name: ${CLUSTER_DEPLOYMENT_NAME} spec: - template: vsphere-hosted-cp-0-0-5 + template: vsphere-hosted-cp-0-1-0 credential: ${VSPHERE_CLUSTER_IDENTITY}-cred config: controlPlaneNumber: ${CONTROL_PLANE_NUMBER:=1} diff --git a/test/e2e/clusterdeployment/resources/vsphere-standalone-cp.yaml.tpl b/test/e2e/clusterdeployment/resources/vsphere-standalone-cp.yaml.tpl index da56cbe42..652a9acf5 100644 --- a/test/e2e/clusterdeployment/resources/vsphere-standalone-cp.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/vsphere-standalone-cp.yaml.tpl @@ -3,7 +3,7 @@ kind: ClusterDeployment metadata: name: ${CLUSTER_DEPLOYMENT_NAME} spec: - template: vsphere-standalone-cp-0-0-5 + template: vsphere-standalone-cp-0-1-0 credential: ${VSPHERE_CLUSTER_IDENTITY}-cred config: controlPlaneNumber: ${CONTROL_PLANE_NUMBER:=1}