Skip to content

Commit

Permalink
Update Terraform kubernetes to v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 7b700d2 commit aeaf906
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 @@ -15,7 +15,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.9.0"
version = "2.30.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
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 @@ -10,7 +10,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.4.1"
version = "2.30.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
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 @@ -10,7 +10,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.4.1"
version = "2.30.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
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 @@ -10,7 +10,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.4.1"
version = "2.30.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
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 @@ -15,7 +15,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.9.0"
version = "2.30.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
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 @@ -15,7 +15,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.9.0"
version = "2.30.0"
}
kubernetes-alpha = {
source = "hashicorp/kubernetes-alpha"
Expand Down

0 comments on commit aeaf906

Please sign in to comment.