diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index 5d35f8cc..b25aae59 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: 32.0.0 +version: 33.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 7ff43f73..a754225a 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 32.0.0](https://img.shields.io/badge/Version-32.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.3](https://img.shields.io/badge/AppVersion-5.3-informational?style=flat-square) +![Version: 33.0.0](https://img.shields.io/badge/Version-33.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.3](https://img.shields.io/badge/AppVersion-5.3-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 c5583e97..278e5fc3 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v25.0.0" # latest version of aws plugin + version: "v26.2.0" # latest version of aws plugin tables: ["aws_ec2_instances"] destinations: ["postgresql"] --- @@ -98,7 +98,7 @@ config: | spec: name: postgresql path: cloudquery/postgresql - version: "v7.2.0" # latest version of postgresql plugin + version: "v8.0.6" # latest version of postgresql plugin spec: connection_string: ${CQ_DSN}