diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index 94f906cb..b2d432e4 100644 --- a/charts/cloudquery/Chart.yaml +++ b/charts/cloudquery/Chart.yaml @@ -17,13 +17,13 @@ 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: 31.1.1 +version: 31.1.2 # -- 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "5.1" +appVersion: "5.3" # https://artifacthub.io/docs/topics/repositories/ annotations: diff --git a/charts/cloudquery/README.md b/charts/cloudquery/README.md index 1928b36e..85de6cb1 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 31.1.1](https://img.shields.io/badge/Version-31.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1](https://img.shields.io/badge/AppVersion-5.1-informational?style=flat-square) +![Version: 31.1.2](https://img.shields.io/badge/Version-31.1.2-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 1c16b3f9..c3c42da4 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v23.6.0" # latest version of aws plugin + version: "v23.6.1" # latest version of aws plugin tables: ["aws_ec2_instances"] destinations: ["postgresql"] ---