diff --git a/apps/services/flux.yaml b/apps/services/flux.yaml index 6dbd5e5..3abc74f 100644 --- a/apps/services/flux.yaml +++ b/apps/services/flux.yaml @@ -13,7 +13,7 @@ spec: name: infra namespace: infra helm: - version: "2.12.2" + version: "2.14.0" chart: flux2 url: https://fluxcd-community.github.io/helm-charts valuesFiles: diff --git a/templates/setup/console.tf b/templates/setup/console.tf index f4d09ce..a2519c8 100644 --- a/templates/setup/console.tf +++ b/templates/setup/console.tf @@ -44,7 +44,7 @@ resource "helm_release" "flux" { namespace = "flux" chart = "flux2" repository = "https://fluxcd-community.github.io/helm-charts" - version = "2.12.4" + version = "2.14.0" create_namespace = true timeout = 300 wait = false