Skip to content

Commit

Permalink
Merge pull request #657 from ChristianLempa/renovate/kubectl-1.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform kubectl to v1.19.0
  • Loading branch information
ChristianLempa authored Jan 13, 2025
2 parents f55c821 + 09da845 commit f35f025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/kubectl/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "1.18.0"
version = "1.19.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.18.0"
version = "1.19.0"
}
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down

0 comments on commit f35f025

Please sign in to comment.