Skip to content

Commit

Permalink
Bump Terraform Kubernetes provider to support recent K8s versiont tha…
Browse files Browse the repository at this point in the history
…t don't create service account token secrets by default (#429)

* Fix failing k8s.privilege-escalation.nodes-proxy by bumping K8s provider version

* Fix failing k8s.credential-access.steal-serviceaccount-token by bumping K8s provider version
  • Loading branch information
christophetd committed Nov 17, 2023
1 parent ea64abf commit b986a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.7.1"
version = "2.13.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.7.1"
version = "2.13.0"
}
}
}
Expand Down

0 comments on commit b986a31

Please sign in to comment.