Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bootstrap/helm/cluster-api-provider-aws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-provider-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down