diff --git a/bootstrap/helm/cluster-api-provider-aws/Chart.yaml b/bootstrap/helm/cluster-api-provider-aws/Chart.yaml index 92149f7bd..df09c08f2 100644 --- a/bootstrap/helm/cluster-api-provider-aws/Chart.yaml +++ b/bootstrap/helm/cluster-api-provider-aws/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cluster-api-provider-aws description: A Helm chart for Kubernetes type: application -version: 0.1.7 -appVersion: "v2.2.2" +version: 0.1.8 +appVersion: "v2.2.4" dependencies: - name: cluster-api-provider-aws version: 0.1.11 diff --git a/bootstrap/helm/cluster-api-provider-aws/values.yaml b/bootstrap/helm/cluster-api-provider-aws/values.yaml index 5f9c12b90..20c53c27a 100644 --- a/bootstrap/helm/cluster-api-provider-aws/values.yaml +++ b/bootstrap/helm/cluster-api-provider-aws/values.yaml @@ -3,7 +3,7 @@ cluster-api-provider-aws: manager: image: repository: registry.k8s.io/cluster-api-aws/cluster-api-aws-controller - tag: v2.2.2 + tag: v2.2.4 configVariables: awsControllerIamRole: '' capaEksAddRoles: true