Skip to content

Commit

Permalink
Update Terraform helm to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent ae5d761 commit 50cc5ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion envs/dev/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.2.0"
version = "2.5.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion envs/prod/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.2.0"
version = "2.5.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion envs/services/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.5.0"
version = "2.5.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion envs/stage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.2.0"
version = "2.5.1"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 50cc5ed

Please sign in to comment.