Skip to content

Commit e90a003

Browse files
chore(deps): update terraform helm to v3
1 parent 8b4b1db commit e90a003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

karpenter/main.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.6"
11+
version = "~> 3.0"
1212
}
1313
kubectl = {
1414
source = "alekc/kubectl"

weaviate/main.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.10"
11+
version = "~> 3.0"
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)