Skip to content

Commit

Permalink
Update Terraform helm to ~> 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and claudusd committed Feb 19, 2024
1 parent 06880e7 commit 73e5451
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 42 deletions.
38 changes: 25 additions & 13 deletions ovh/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ovh/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.11.0"
version = "~> 2.12.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
38 changes: 25 additions & 13 deletions scaleway/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scaleway/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "~> 2.11.0"
version = "~> 2.12.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
38 changes: 25 additions & 13 deletions standalone/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion standalone/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "~> 2.11.0"
version = "~> 2.12.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 73e5451

Please sign in to comment.