diff --git a/cluster-api-aws/Chart.yaml b/cluster-api-aws/Chart.yaml index b9427191..8a561972 100644 --- a/cluster-api-aws/Chart.yaml +++ b/cluster-api-aws/Chart.yaml @@ -4,6 +4,6 @@ description: A chart to install Kubernetes cluster using Cluster API Provider AW type: application -version: 0.9.0 +version: 0.10.0 appVersion: "2.2.1" diff --git a/cluster-api-aws/templates/machine-deployment.yaml b/cluster-api-aws/templates/machine-deployment.yaml index cc94c65f..c671ed90 100644 --- a/cluster-api-aws/templates/machine-deployment.yaml +++ b/cluster-api-aws/templates/machine-deployment.yaml @@ -75,7 +75,7 @@ spec: - name: "tag:sigs.k8s.io/cluster-api-provider-aws/role" values: - "private" - - name: "tag:Name" + - name: "tag-key" values: - "*{{ $envAll.Values.cluster.name }}*" ---