Skip to content

Commit

Permalink
Update Terraform helm to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2023
1 parent 2b7920c commit 63038ae
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 31 deletions.
38 changes: 13 additions & 25 deletions .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 main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "=2.8.0"
version = "2.10.1"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion modules/cert-automation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "=2.8.0"
version = "2.10.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/example-deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "=2.8.0"
version = "2.10.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/external-dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "=2.8.0"
version = "2.10.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/ingress-controller/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "=2.8.0"
version = "2.10.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/ntfy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "=2.8.0"
version = "2.10.1"
}
}
}
Expand Down

0 comments on commit 63038ae

Please sign in to comment.