Skip to content

Commit 7fa5787

Browse files
chore(deps): update terraform helm to v3
1 parent 3dde1bc commit 7fa5787

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

bootstrap/cni/provider.tf

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

88
helm = {
99
source = "hashicorp/helm"
10-
version = "2.17.0"
10+
version = "3.1.1"
1111
}
1212

1313
kubectl = {

bootstrap/csi/provider.tf

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

88
helm = {
99
source = "hashicorp/helm"
10-
version = "2.17.0"
10+
version = "3.1.1"
1111
}
1212

1313
kubectl = {

bootstrap/databases/provider.tf

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

88
helm = {
99
source = "hashicorp/helm"
10-
version = "2.17.0"
10+
version = "3.1.1"
1111
}
1212

1313
kubectl = {

bootstrap/gateway/provider.tf

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

88
helm = {
99
source = "hashicorp/helm"
10-
version = "2.17.0"
10+
version = "3.1.1"
1111
}
1212

1313
kubectl = {

bootstrap/kubernetes-base/provider.tf

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

88
helm = {
99
source = "hashicorp/helm"
10-
version = "2.17.0"
10+
version = "3.1.1"
1111
}
1212

1313
kubectl = {

bootstrap/kubernetes-full/provider.tf

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

88
helm = {
99
source = "hashicorp/helm"
10-
version = "2.17.0"
10+
version = "3.1.1"
1111
}
1212

1313
kubectl = {

bootstrap/monitoring/provider.tf

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

88
helm = {
99
source = "hashicorp/helm"
10-
version = "2.17.0"
10+
version = "3.1.1"
1111
}
1212

1313
kubectl = {

0 commit comments

Comments
 (0)