Skip to content

Commit 6c24e97

Browse files
chore: bump chart version to '0.1.50' (#35)
Co-authored-by: rkrmr33 <[email protected]>
1 parent 0c3ac20 commit 6c24e97

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

4+
- chore: bump chart version to '0.1.50'
5+
- fix: CI workflow ([#34](https://github.com/spotinst/terraform-ocean-kubernetes-controller/issues/34))
6+
- chore: Update changelog for refs/heads/main ([#32](https://github.com/spotinst/terraform-ocean-kubernetes-controller/issues/32))
47

58

69
<a name="v0.0.8"></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.49"` | 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.50"` | 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.49"
4+
default = "0.1.50"
55
nullable = false
66
}
77

0 commit comments

Comments
 (0)