From cb092f1554f7f770d71f17974beaaaf4e7564c98 Mon Sep 17 00:00:00 2001 From: Slava Lysunkin Date: Wed, 23 Oct 2024 09:50:03 -0500 Subject: [PATCH] Updated EKS chart version --- templates/cluster/aws-eks/Chart.yaml | 2 +- .../templates/{aws-eks-0-0-1.yaml => aws-eks-0-0-2.yaml} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename templates/provider/hmc-templates/files/templates/{aws-eks-0-0-1.yaml => aws-eks-0-0-2.yaml} (77%) diff --git a/templates/cluster/aws-eks/Chart.yaml b/templates/cluster/aws-eks/Chart.yaml index 56513523a..80a86ecea 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.1 +version: 0.0.2 annotations: hmc.mirantis.com/infrastructure-providers: aws hmc.mirantis.com/controlplane-providers: eks diff --git a/templates/provider/hmc-templates/files/templates/aws-eks-0-0-1.yaml b/templates/provider/hmc-templates/files/templates/aws-eks-0-0-2.yaml similarity index 77% rename from templates/provider/hmc-templates/files/templates/aws-eks-0-0-1.yaml rename to templates/provider/hmc-templates/files/templates/aws-eks-0-0-2.yaml index 453af94ae..57e5fd6a5 100644 --- a/templates/provider/hmc-templates/files/templates/aws-eks-0-0-1.yaml +++ b/templates/provider/hmc-templates/files/templates/aws-eks-0-0-2.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ClusterTemplate metadata: - name: aws-eks-0-0-1 + name: aws-eks-0-0-2 annotations: helm.sh/resource-policy: keep spec: helm: chartName: aws-eks - chartVersion: 0.0.1 + chartVersion: 0.0.2