Skip to content

Commit

Permalink
chore(deps): update terraform helm to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent f47ab9c commit 45cc76c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deploy/aliyun/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
alicloud = "~> 1.56"
external = "~> 1.2"
helm = "~> 0.10"
helm = "~> 2.0"
null = "~> 2.1"
template = "~> 2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = "~> 2.27, != 2.65.0"
external = "~> 1.2"
helm = "~> 0.10"
helm = "~> 2.0"
local = "~> 1.3"
null = "~> 2.1"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
google = "~> 2.16"
google-beta = "~> 2.16"
external = "~> 1.2"
helm = "~> 0.10"
helm = "~> 2.0"
null = "~> 2.1"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/aliyun/tidb-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
alicloud = "~> 1.56"
external = "~> 1.2"
helm = "~> 0.10"
helm = "~> 2.0"
null = "~> 2.1"
template = "~> 2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/aliyun/tidb-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
alicloud = ">= 1.56, < 1.75"
external = "~> 1.2"
helm = "~> 0.10"
helm = "~> 2.0"
null = "~> 2.1"
template = "~> 2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/aws/tidb-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = "~> 2.27"
external = "~> 1.2"
helm = "~> 0.10"
helm = "~> 2.0"
null = "~> 2.1"
template = "~> 2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/aws/tidb-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.12"
required_providers {
aws = "~> 2.27"
helm = "~> 0.10"
helm = "~> 2.0"
local = "~> 1.3"
null = "~> 2.1"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/modules/gcp/tidb-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
google = "~> 2.16"
google-beta = "~> 2.16"
external = "~> 1.2"
helm = "~> 0.10"
helm = "~> 2.0"
null = "~> 2.1"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/gcp/tidb-operator/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_version = ">= 0.12"
required_providers {
google = "~> 2.16"
helm = "~> 0.10"
helm = "~> 2.0"
null = "~> 2.1"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/share/tidb-cluster-release/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_version = ">= 0.12"
required_providers {
external = "~> 1.2"
helm = "~> 0.10"
helm = "~> 2.0"
null = "~> 2.1"
}
}

0 comments on commit 45cc76c

Please sign in to comment.