Update all dependencies #7

Merged
kjuulh merged 1 commits from renovate/all into main 2023-02-28 18:26:19 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b3a09f81c4 - Show all commits

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.0"
version = "~> 4.0"
}
}
}

View File

@ -3,7 +3,7 @@ terraform {
required_providers {
flux = {
source = "fluxcd/flux"
version = "0.22.2"
version = "0.24.2"
}
kubectl = {
source = "gavinbunney/kubectl"