Skip to content

Commit 7151975

Browse files
committed
chore: update helm version constraints to allow 2.x range
1 parent 99ebf06 commit 7151975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
helm = {
1010
source = "hashicorp/helm"
11-
version = "~> 2.0"
11+
version = ">= 2.0.0, < 3.0.0"
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)