Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update Terraform kubernetes to v2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2023
1 parent ac8e51a commit 58b7f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/kubernetes-clusterip/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.20.0"
version = "2.21.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes-nodeport/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.20.0"
version = "2.21.1"
}
}
}
Expand Down

0 comments on commit 58b7f23

Please sign in to comment.