Update Terraform flux to v1.3.0
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2024-05-13 15:23:14 +00:00
parent 5034598297
commit 2c5f904534

View File

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