Skip to content

Commit

Permalink
fix(deps): Update CloudQuery monorepo modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2024
1 parent b90262c commit 2d7afbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cloudquery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version: 31.1.3
# 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.7"

# https://artifacthub.io/docs/topics/repositories/
annotations:
Expand Down
4 changes: 2 additions & 2 deletions charts/cloudquery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ 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"]
---
kind: destination
spec:
name: postgresql
path: cloudquery/postgresql
version: "v7.2.0" # latest version of postgresql plugin
version: "v7.3.6" # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN}
Expand Down

0 comments on commit 2d7afbe

Please sign in to comment.