Skip to content

Commit

Permalink
Update Terraform kubernetes to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent ae5d761 commit 2e70bc8
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 @@ -10,7 +10,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.4.1"
version = "2.10.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
Expand Down
2 changes: 1 addition & 1 deletion envs/prod/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.4.1"
version = "2.10.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
Expand Down
2 changes: 1 addition & 1 deletion envs/services/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.9.0"
version = "2.10.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
Expand Down
2 changes: 1 addition & 1 deletion envs/stage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.4.1"
version = "2.10.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
Expand Down

0 comments on commit 2e70bc8

Please sign in to comment.