From 12af975f358ee5e6331504ad0596e4e2e8c95de7 Mon Sep 17 00:00:00 2001 From: henry-pa-bot <***+henry-bot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:56:34 +0000 Subject: [PATCH] feat(github-release): update dependency fluxcd/flux2 to v2.1.0 | datasource | package | from | to | | ----------- | ------------ | ------ | ------ | | github-tags | fluxcd/flux2 | v2.0.1 | v2.1.0 | --- cluster/bootstrap/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/bootstrap/kustomization.yaml b/cluster/bootstrap/kustomization.yaml index 87f776053..47506ea5c 100644 --- a/cluster/bootstrap/kustomization.yaml +++ b/cluster/bootstrap/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/fluxcd/flux2/manifests/install?ref=v2.0.1 + - github.com/fluxcd/flux2/manifests/install?ref=v2.1.0