From 4dbfca16c70fd72fcb1e01144637a99de4f99524 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:49:30 +0300 Subject: [PATCH] chore: bump chart version to '0.1.52' (#39) Co-authored-by: rkrmr33 --- CHANGELOG.md | 2 ++ README.md | 2 +- variables.tf | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4624b42..0a93afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## [Unreleased] +- chore: bump chart version to '0.1.52' +- chore: Update changelog for refs/heads/main ([#38](https://github.com/spotinst/terraform-ocean-kubernetes-controller/issues/38)) diff --git a/README.md b/README.md index 8ea670b..973f9e2 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.50"` | no | +| [chart\_version](#input\_chart\_version) | Specifies the version of the Helm chart to be installed | `string` | `"0.1.52"` | 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 | diff --git a/variables.tf b/variables.tf index 8e85dda..af179d7 100644 --- a/variables.tf +++ b/variables.tf @@ -1,7 +1,7 @@ variable "chart_version" { type = string description = "Specifies the version of the Helm chart to be installed" - default = "0.1.50" + default = "0.1.52" nullable = false }