Skip to content

Commit 9ff03bd

Browse files
[bump] chart - 0.1.59 (#56)
* chore: bump chart version to '0.1.59' --------- Co-authored-by: dahanmoshe1991 <[email protected]>
1 parent ce99ad2 commit 9ff03bd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

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

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

67

78
<a name="v0.0.17"></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.58"` | 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.59"` | 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.58"
4+
default = "0.1.59"
55
nullable = false
66
}
77

0 commit comments

Comments
 (0)