From 27c1cbf1dc72e1f0a3b474eae31b2c4fcc3b04ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Nov 2023 11:23:48 +0000 Subject: [PATCH] fix(deps): Update CloudQuery monorepo modules --- charts/cloudquery/Chart.yaml | 2 +- charts/cloudquery/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index 0888fea4..4e882b29 100644 --- a/charts/cloudquery/Chart.yaml +++ b/charts/cloudquery/Chart.yaml @@ -23,7 +23,7 @@ version: 27.0.0 # 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: "3.25" +appVersion: "3.28" # https://artifacthub.io/docs/topics/repositories/ annotations: diff --git a/charts/cloudquery/values.yaml b/charts/cloudquery/values.yaml index 538cec0a..467d1b69 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v22.15.1" # latest version of aws plugin + version: "v22.18.0" # latest version of aws plugin tables: ["*"] destinations: ["postgresql"] ---