Merge pull request #590 from ChristianLempa/renovate/kubectl-1.x

This commit is contained in:
Christoph Schug 2024-12-11 08:18:47 +01:00 committed by GitHub
commit ef3b6e6089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = "1.18.0"
}
}
}

View File

@ -17,7 +17,7 @@ terraform {
}
kubectl = {
source = "gavinbunney/kubectl"
version = "1.17.0"
version = "1.18.0"
}
cloudflare = {
source = "cloudflare/cloudflare"