diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index 1fd2d562..97a04df9 100644 --- a/charts/cloudquery/Chart.yaml +++ b/charts/cloudquery/Chart.yaml @@ -17,7 +17,7 @@ maintainers: # 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: 22.0.0 +version: 23.0.0 # -- This is the version number of the application being deployed.This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/cloudquery/README.md b/charts/cloudquery/README.md index 9c4eb069..5cdb876d 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 22.0.0](https://img.shields.io/badge/Version-22.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9](https://img.shields.io/badge/AppVersion-3.9-informational?style=flat-square) +![Version: 23.0.0](https://img.shields.io/badge/Version-23.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9](https://img.shields.io/badge/AppVersion-3.9-informational?style=flat-square) Open source high performance data integration platform designed for security and infrastructure teams. diff --git a/charts/cloudquery/values.yaml b/charts/cloudquery/values.yaml index b1eb2a2c..e4093755 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v19.2.0" # latest version of aws plugin + version: "v20.0.0" # latest version of aws plugin tables: ["*"] destinations: ["postgresql"] ---