Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
fix(deps): Update dependency cloudquery/helm-charts to v17.0.1 (#335)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudquery/helm-charts](https://togithub.com/cloudquery/helm-charts) | patch | `17.0.0` -> `17.0.1` |

---

### Release Notes

<details>
<summary>cloudquery/helm-charts</summary>

### [`v17.0.1`](https://togithub.com/cloudquery/helm-charts/releases/tag/cloudquery-17.0.1)

[Compare Source](https://togithub.com/cloudquery/helm-charts/compare/cloudquery-17.0.0...cloudquery-17.0.1)

Open source high performance data integration platform designed for security and infrastructure teams.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41My4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTMuMCJ9-->
  • Loading branch information
cq-bot authored Apr 18, 2023
1 parent 920cabc commit ffe60e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Make sure that both private and public subnets were created in the same set of a
|------|-------------|------|---------|:--------:|
| <a name="input_allowed_cidr_blocks"></a> [allowed\_cidr\_blocks](#input\_allowed\_cidr\_blocks) | If RDS is publicly accessible it is highly advised to specify allowed cidrs from where you are planning to connect | `list(string)` | `[]` | no |
| <a name="input_chart_values"></a> [chart\_values](#input\_chart\_values) | Variables to pass to the helm chart | `string` | `""` | no |
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | The version of CloudQuery helm chart | `string` | `"17.0.0"` | no |
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | The version of CloudQuery helm chart | `string` | `"17.0.1"` | no |
| <a name="input_config_file"></a> [config\_file](#input\_config\_file) | Path to the CloudQuery config.yml | `string` | `""` | no |
| <a name="input_database_subnet_group"></a> [database\_subnet\_group](#input\_database\_subnet\_group) | If vpc\_id is specified, path the subnet\_group name where the RDS should reside | `string` | `""` | no |
| <a name="input_install_helm_chart"></a> [install\_helm\_chart](#input\_install\_helm\_chart) | Enable/Disable helm chart installation | `bool` | `true` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "install_helm_chart" {
variable "chart_version" {
description = "The version of CloudQuery helm chart"
type = string
default = "17.0.0" # Do not change CloudQuery helm chart version as it is automatically updated by Workflow
default = "17.0.1" # Do not change CloudQuery helm chart version as it is automatically updated by Workflow
}

variable "config_file" {
Expand Down

0 comments on commit ffe60e0

Please sign in to comment.