Skip to content

Commit

Permalink
Merge pull request #43 from ministryofjustice/update-pin-helm-version…
Browse files Browse the repository at this point in the history
…-in-modules

update-pin-helm-version-in-modules
  • Loading branch information
pwyborn committed Jul 26, 2022
2 parents e22712a + 919ffe4 commit 06c9d7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ See [example](example/) dir
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | ~> 2.6.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_helm"></a> [helm](#provider\_helm) | n/a |
| <a name="provider_helm"></a> [helm](#provider\_helm) | ~> 2.6.0 |
| <a name="provider_kubectl"></a> [kubectl](#provider\_kubectl) | n/a |
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | n/a |
| <a name="provider_template"></a> [template](#provider\_template) | n/a |
Expand Down
1 change: 1 addition & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "~> 2.6.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 06c9d7f

Please sign in to comment.