From f06f7c1dc5ed1d6b71929b8f6a0b771c7aa87189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:12:38 +0000 Subject: [PATCH] feat(github-release): update fluxcd/flux2 to v2.1.2 --- kubernetes/bootstrap/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/bootstrap/kustomization.yaml b/kubernetes/bootstrap/kustomization.yaml index 94f31a41c..34a486bfe 100644 --- a/kubernetes/bootstrap/kustomization.yaml +++ b/kubernetes/bootstrap/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/fluxcd/flux2/manifests/install?ref=v2.0.0-rc.5 + - github.com/fluxcd/flux2/manifests/install?ref=v2.1.2 patches: # Remove the network policies that does not work with k3s - patch: |-