Skip to content

Commit 426aefc

Browse files
chore(deps): update terraform helm to v3
1 parent 9c581f9 commit 426aefc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.0.2"
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.0.2"
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.0.2"
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.0.2"
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.0.2"
1111
}
1212

1313
kubectl = {

bootstrap/zitadel/provider.tf

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

1313
helm = {
1414
source = "hashicorp/helm"
15-
version = "2.17.0"
15+
version = "3.0.2"
1616
}
1717

1818
kubectl = {

0 commit comments

Comments
 (0)