From 9629fa88c79f124124ff4c35cebe802ab862c38a Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Tue, 6 Feb 2024 06:07:34 +0000
Subject: [PATCH] chore(deps): update dependency fluxcd/flux2 to v2.2.3

---
 images/tools/Earthfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 013a5bbfe..150be6bea 100644
--- a/images/tools/Earthfile
+++ b/images/tools/Earthfile
@@ -50,7 +50,7 @@ flux:
     FROM ../mirror+fedora
 
     # renovate: datasource=github-releases depName=fluxcd/flux2
-    ARG FLUX_VERSION=v2.2.2
+    ARG FLUX_VERSION=v2.2.3
     ENV FLUX_VERSION=${FLUX_VERSION}
 
     RUN curl -L https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_$(sed 's/^v//g' <<<${FLUX_VERSION})_linux_amd64.tar.gz | tar xvzf - flux \
-- 
GitLab