From 55bddd607ca6ef4c7a5bce239f83a683981519c1 Mon Sep 17 00:00:00 2001 From: "mahoro-bot[bot]" <115426318+mahoro-bot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:32:09 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-release):=20update=20flux=20group?= =?UTF-8?q?=20(=20v2.2.3=20=E2=86=92=20v2.3.0=20)=20(#2945)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mahoro-bot[bot] <115426318+mahoro-bot[bot]@users.noreply.github.com> --- kubernetes/nas/bootstrap/flux/kustomization.yaml | 2 +- kubernetes/nas/flux/config/flux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/nas/bootstrap/flux/kustomization.yaml b/kubernetes/nas/bootstrap/flux/kustomization.yaml index 8e6055161a..285a2559c1 100644 --- a/kubernetes/nas/bootstrap/flux/kustomization.yaml +++ b/kubernetes/nas/bootstrap/flux/kustomization.yaml @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/fluxcd/flux2/manifests/install?ref=v2.2.3 + - github.com/fluxcd/flux2/manifests/install?ref=v2.3.0 patches: - patch: | $patch: delete diff --git a/kubernetes/nas/flux/config/flux.yaml b/kubernetes/nas/flux/config/flux.yaml index 921a8c5ed3..9e8f3c2f51 100644 --- a/kubernetes/nas/flux/config/flux.yaml +++ b/kubernetes/nas/flux/config/flux.yaml @@ -9,7 +9,7 @@ spec: interval: 10m url: oci://ghcr.io/fluxcd/flux-manifests ref: - tag: v2.2.3 + tag: v2.3.0 --- # yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json apiVersion: kustomize.toolkit.fluxcd.io/v1