Skip to content

Commit

Permalink
Update Terraform helm to v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2024
1 parent 7b700d2 commit f91c4e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/spinnaker/terraform/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.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion clusters/eks-dniel-prod/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.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion clusters/eks-dniel-prod/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.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion clusters/tkg-test-01/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.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion clusters/tkg-test-01/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.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/template-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.14.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit f91c4e9

Please sign in to comment.