Skip to content

Commit f8754da

Browse files
chore: bump chart version to '0.1.57' (#52)
Co-authored-by: rkrmr33 <[email protected]>
1 parent f65d0bc commit f8754da

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
- chore: bump chart version to '0.1.57'
5+
- chore: Update changelog for refs/heads/main ([#51](https://github.com/spotinst/terraform-ocean-kubernetes-controller/issues/51))
46

57

68
<a name="v0.0.15"></a>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module "kubernetes-controller" {
2929
|------|-------------|------|---------|:--------:|
3030
| <a name="input_base_url"></a> [base\_url](#input\_base\_url) | Specifies the base URL to be used by the HTTP client | `string` | `null` | no |
3131
| <a name="input_ca_bundle_secret_name"></a> [ca\_bundle\_secret\_name](#input\_ca\_bundle\_secret\_name) | Overrides the default secret name for custom CA bundle | `string` | `null` | no |
32-
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | Specifies the version of the Helm chart to be installed | `string` | `"0.1.56"` | no |
32+
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | Specifies the version of the Helm chart to be installed | `string` | `"0.1.57"` | no |
3333
| <a name="input_cluster_identifier"></a> [cluster\_identifier](#input\_cluster\_identifier) | Specifies the cluster identifier | `string` | `null` | no |
3434
| <a name="input_config_map_name"></a> [config\_map\_name](#input\_config\_map\_name) | Overrides the default configmap name | `string` | `null` | no |
3535
| <a name="input_controller_image"></a> [controller\_image](#input\_controller\_image) | Specifies the Docker image name for the Ocean Controller that should be deployed | `string` | `null` | no |

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variable "chart_version" {
22
type = string
33
description = "Specifies the version of the Helm chart to be installed"
4-
default = "0.1.56"
4+
default = "0.1.57"
55
nullable = false
66
}
77

0 commit comments

Comments
 (0)