From bef8017c80093a89f7fdd04f6aa8823399c44334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:17:06 +0000 Subject: [PATCH] Update dependency fluxcd/flux2 to v2.2.2 --- cluster/bootstrap/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/bootstrap/kustomization.yaml b/cluster/bootstrap/kustomization.yaml index 4d86ea23..e18ea047 100644 --- a/cluster/bootstrap/kustomization.yaml +++ b/cluster/bootstrap/kustomization.yaml @@ -4,7 +4,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/fluxcd/flux2/manifests/install?ref=v2.0.1 + - github.com/fluxcd/flux2/manifests/install?ref=v2.2.2 patches: # Remove the network policies that does not work with k3s - patch: |-