From 12f027e654e7ec9c29cec7cc7f579ebd9e24f238 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Feb 2024 13:15:53 +0000 Subject: [PATCH] fix(deps): Update CloudQuery monorepo modules --- charts/cloudquery/Chart.yaml | 2 +- charts/cloudquery/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index b2d432e..51a12c1 100644 --- a/charts/cloudquery/Chart.yaml +++ b/charts/cloudquery/Chart.yaml @@ -23,7 +23,7 @@ version: 31.1.2 # 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: "5.5" # https://artifacthub.io/docs/topics/repositories/ annotations: diff --git a/charts/cloudquery/values.yaml b/charts/cloudquery/values.yaml index c3c42da..cfc5499 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.1" # latest version of aws plugin + version: "v23.7.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: "v7.3.5" # latest version of postgresql plugin spec: connection_string: ${CQ_DSN}