Skip to content

Commit 8de7277

Browse files
committed
fix(deps): update terraform helm to >= 2.16.1
1 parent 0d7cedf commit 8de7277

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 = ">= 2.16.0"
22+
version = ">= 2.16.1"
2323
}
2424

2525
kubectl = {

0 commit comments

Comments
 (0)