diff --git a/README.md b/README.md index 33b1abcc..00f47c5a 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Make sure that both private and public subnets were created in the same set of 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 | | [chart\_values](#input\_chart\_values) | Variables to pass to the helm chart | `string` | `""` | no | -| [chart\_version](#input\_chart\_version) | The version of CloudQuery helm chart | `string` | `"17.0.1"` | no | +| [chart\_version](#input\_chart\_version) | The version of CloudQuery helm chart | `string` | `"17.0.2"` | no | | [config\_file](#input\_config\_file) | Path to the CloudQuery config.yml | `string` | `""` | no | | [database\_subnet\_group](#input\_database\_subnet\_group) | If vpc\_id is specified, path the subnet\_group name where the RDS should reside | `string` | `""` | no | | [install\_helm\_chart](#input\_install\_helm\_chart) | Enable/Disable helm chart installation | `bool` | `true` | no | diff --git a/variables.tf b/variables.tf index ffd927df..03f012fd 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "install_helm_chart" { variable "chart_version" { description = "The version of CloudQuery helm chart" type = string - default = "17.0.1" # Do not change CloudQuery helm chart version as it is automatically updated by Workflow + default = "17.0.2" # Do not change CloudQuery helm chart version as it is automatically updated by Workflow } variable "config_file" {