From 332896c84782269f0fd37c51822d8fd12842e9f2 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:25:43 +0800 Subject: [PATCH] feat(github-release): update flux group to v2.1.2 (#60) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/bootstrap/flux/kustomization.yaml | 2 +- kube/clusters/nuclear/flux/flux-install.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/bootstrap/flux/kustomization.yaml b/kube/bootstrap/flux/kustomization.yaml index 3076a9f6..ee0eebbd 100644 --- a/kube/bootstrap/flux/kustomization.yaml +++ b/kube/bootstrap/flux/kustomization.yaml @@ -2,4 +2,4 @@ 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 diff --git a/kube/clusters/nuclear/flux/flux-install.yaml b/kube/clusters/nuclear/flux/flux-install.yaml index 275aa8fb..ada43796 100644 --- a/kube/clusters/nuclear/flux/flux-install.yaml +++ b/kube/clusters/nuclear/flux/flux-install.yaml @@ -9,7 +9,7 @@ spec: interval: 10m url: oci://ghcr.io/fluxcd/flux-manifests ref: - tag: v2.0.0-rc.5 + tag: v2.1.2 --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization