From 867f05a65f9896134872719e4fc82342bcc0b44c Mon Sep 17 00:00:00 2001 From: "rosey-bot[bot]" <98030736+rosey-bot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:43:36 -0400 Subject: [PATCH] fix(github-release): update fluxcd/flux2 to v2.0.0-rc.2 (#5285) Co-authored-by: rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com> --- 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 9df7464011766..bd3409d29baff 100644 --- a/kubernetes/bootstrap/flux/kustomization.yaml +++ b/kubernetes/bootstrap/flux/kustomization.yaml @@ -5,7 +5,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/fluxcd/flux2/manifests/install?ref=v2.0.0-rc.1 + - github.com/fluxcd/flux2/manifests/install?ref=v2.0.0-rc.2 patches: # Remove the network policies that does not work with k3s - patch: |