From a430d5521cea5244fff85081d63b09e700be38f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:44:50 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-release):=20update=20flux=20group?= =?UTF-8?q?=20(=20v2.3.0=20=E2=86=92=20v2.4.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/storage/bootstrap/flux/kustomization.yaml | 2 +- kubernetes/storage/flux/config/flux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/storage/bootstrap/flux/kustomization.yaml b/kubernetes/storage/bootstrap/flux/kustomization.yaml index 4a669d63..30f33642 100644 --- a/kubernetes/storage/bootstrap/flux/kustomization.yaml +++ b/kubernetes/storage/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.3.0 + - github.com/fluxcd/flux2/manifests/install?ref=v2.4.0 patches: # Remove the default network policies - patch: |- diff --git a/kubernetes/storage/flux/config/flux.yaml b/kubernetes/storage/flux/config/flux.yaml index d0673526..cbbd6de9 100644 --- a/kubernetes/storage/flux/config/flux.yaml +++ b/kubernetes/storage/flux/config/flux.yaml @@ -9,7 +9,7 @@ spec: interval: 10m url: oci://ghcr.io/fluxcd/flux-manifests ref: - tag: v2.3.0 + tag: v2.4.0 --- # yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json apiVersion: kustomize.toolkit.fluxcd.io/v1