diff --git a/CHANGELOG.md b/CHANGELOG.md index cf11521..b81ca2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ + +## [v0.0.3](https://github.com/spotinst/terraform-ocean-kubernetes-controller/compare/v0.0.2...v0.0.3) (2024-05-27) +Added: + * Updated controller chart version from `0.1.31` to `0.1.44` + ## [v0.0.2](https://github.com/spotinst/terraform-ocean-kubernetes-controller/compare/v0.0.1...v0.0.2) (2024-03-24) diff --git a/README.md b/README.md index 5f05bef..f1b64f4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ module "kubernetes-controller" { |------|-------------|------|---------|:--------:| | [base\_url](#input\_base\_url) | Specifies the base URL to be used by the HTTP client | `string` | `null` | no | | [ca\_bundle\_secret\_name](#input\_ca\_bundle\_secret\_name) | Overrides the default secret name for custom CA bundle | `string` | `null` | no | -| [chart\_version](#input\_chart\_version) | Specifies the version of the Helm chart to be installed | `string` | `"0.1.31"` | no | +| [chart\_version](#input\_chart\_version) | Specifies the version of the Helm chart to be installed | `string` | `"0.1.44"` | no | | [cluster\_identifier](#input\_cluster\_identifier) | Specifies the cluster identifier | `string` | `null` | no | | [config\_map\_name](#input\_config\_map\_name) | Overrides the default configmap name | `string` | `null` | no | | [controller\_image](#input\_controller\_image) | Specifies the Docker image name for the Ocean Controller that should be deployed | `string` | `null` | no |