Skip to content

Commit 156a6a6

Browse files
committed
pin helm to ~2.0
1 parent 4b9d044 commit 156a6a6

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"
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)