Skip to content

Commit f1f19d0

Browse files
renovate[bot]mrclrchtr
authored andcommitted
fix(deps): update terraform helm to >= 3.0.2
1 parent daa1a9f commit f1f19d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919

2020
helm = {
2121
source = "hashicorp/helm"
22-
version = "~> 3"
22+
version = ">= 3.0.2"
2323
}
2424

2525
kubectl = {

0 commit comments

Comments
 (0)