From 87d538719abb6d19216d44a17cf99d3308c3da70 Mon Sep 17 00:00:00 2001 From: "nerdz-bot[bot]" <155878472+nerdz-bot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 12:04:48 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20fluxcd/flux2?= =?UTF-8?q?=20(=20v2.8.7=20=E2=9E=94=20v2.8.8=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/bootstrap/flux/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/bootstrap/flux/kustomization.yaml b/kubernetes/bootstrap/flux/kustomization.yaml index 218f1fe66c..48ddbce0e8 100644 --- a/kubernetes/bootstrap/flux/kustomization.yaml +++ b/kubernetes/bootstrap/flux/kustomization.yaml @@ -4,7 +4,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/fluxcd/flux2/manifests/install?ref=v2.8.7 + - github.com/fluxcd/flux2/manifests/install?ref=v2.8.8 patches: # Remove the default network policies - patch: |-