From 5b2b689e4f5ad78e4b423216eb36872ee322a91b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:48:28 +0000 Subject: [PATCH] fix(github-release): update dependency fluxcd/flux2 to v2.2.3 | datasource | package | from | to | | ----------- | ------------ | ------ | ------ | | github-tags | fluxcd/flux2 | v2.2.2 | v2.2.3 | --- 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 7bd21a5f1..43223792a 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.2.2 + - github.com/fluxcd/flux2/manifests/install?ref=v2.2.3