Skip to content

Commit 4e35ef2

Browse files
authored
Pin TF Helm plugin version to less than 3.0
1 parent 6cfb262 commit 4e35ef2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

dev/flex/versions.tf

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

1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "~> 2.9"
12+
version = "~> 2.9, < 3.0"
1313
}
1414

1515
kubernetes = {

examples/ha/infra/versions.tf

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

1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "~> 2.9"
12+
version = "~> 2.9, < 3.0"
1313
}
1414

1515
kubernetes = {

examples/ha/workload/versions.tf

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

1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "~> 2.9"
12+
version = "~> 2.9, < 3.0"
1313
}
1414

1515
kubernetes = {

examples/overlay/infra/versions.tf

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

1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "~> 2.9"
12+
version = "~> 2.9, < 3.0"
1313
}
1414

1515
kubernetes = {

examples/overlay/workload/versions.tf

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

1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "~> 2.9"
12+
version = "~> 2.9, < 3.0"
1313
}
1414

1515
kubernetes = {

examples/singleton/infra/versions.tf

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

1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "~> 2.9"
12+
version = "~> 2.9, < 3.0"
1313
}
1414

1515
kubernetes = {

examples/singleton/workload/versions.tf

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

1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "~> 2.9"
12+
version = "~> 2.9, < 3.0"
1313
}
1414

1515
kubernetes = {

0 commit comments

Comments
 (0)