Skip to content

Commit b013c05

Browse files
chore(deps): update terraform helm to v3
1 parent ca0fc4b commit b013c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/internal/catalog/built-in/platform-components/terraform/t-cloud-public/modules/openbao-helm

src/internal/catalog/built-in/platform-components/terraform/t-cloud-public/modules/openbao-helm/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
helm = {
44
source = "hashicorp/helm"
5-
version = ">= 2.17.0, < 3.0.0"
5+
version = "< 4.0.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)