diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index bd4896d..a057e2d 100644 --- a/charts/cloudquery/Chart.yaml +++ b/charts/cloudquery/Chart.yaml @@ -23,7 +23,7 @@ version: 33.0.1 # 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. # It is recommended to use it with quotes. -appVersion: "5.3" +appVersion: "6.0" # https://artifacthub.io/docs/topics/repositories/ annotations: diff --git a/charts/cloudquery/values.yaml b/charts/cloudquery/values.yaml index 278e5fc..bbbdfd7 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v26.2.0" # latest version of aws plugin + version: "v27.8.0" # latest version of aws plugin tables: ["aws_ec2_instances"] destinations: ["postgresql"] ---