Skip to content

Commit

Permalink
chore: bump chart version to '0.1.57' (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: rkrmr33 <[email protected]>
  • Loading branch information
github-actions[bot] and rkrmr33 authored Nov 17, 2024
1 parent f65d0bc commit f8754da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<a name="unreleased"></a>
## [Unreleased]

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


<a name="v0.0.15"></a>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "kubernetes-controller" {
|------|-------------|------|---------|:--------:|
| <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 |
| <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 |
| <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 |
| <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 |
| <a name="input_cluster_identifier"></a> [cluster\_identifier](#input\_cluster\_identifier) | Specifies the cluster identifier | `string` | `null` | no |
| <a name="input_config_map_name"></a> [config\_map\_name](#input\_config\_map\_name) | Overrides the default configmap name | `string` | `null` | no |
| <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 |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "chart_version" {
type = string
description = "Specifies the version of the Helm chart to be installed"
default = "0.1.56"
default = "0.1.57"
nullable = false
}

Expand Down

0 comments on commit f8754da

Please sign in to comment.