Skip to content

Commit

Permalink
fix: unlocked helm provider version (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 authored Aug 27, 2024
1 parent 81bb8cb commit a6fd05b
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]

- fix: unlocked helm provider version
- chore: Update changelog for refs/heads/main ([#43](https://github.com/spotinst/terraform-ocean-kubernetes-controller/issues/43))


<a name="v0.0.12"></a>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module "kubernetes-controller" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | 2.12.1 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.12.1 |
<!-- END_TF_DOCS -->

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "2.12.1"
version = ">= 2.12.1"
}
}
}

0 comments on commit a6fd05b

Please sign in to comment.