From 5a3d366811fd31c500b1878d1cb0f558ea9a54db Mon Sep 17 00:00:00 2001 From: weave-gitops-bot Date: Fri, 15 Nov 2024 10:19:11 +0000 Subject: [PATCH] [create-pull-request] automated change Signed-off-by: weave-gitops-bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68a751afe0..2f445ac52a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ BUILD_TIME?=$(shell date +'%Y-%m-%d_%T') BRANCH?=$(shell which git > /dev/null && git rev-parse --abbrev-ref HEAD) GIT_COMMIT?=$(shell which git > /dev/null && git log -n1 --pretty='%h') VERSION?=$(shell which git > /dev/null && git describe --always --match "v*") -FLUX_VERSION=2.3.0 +FLUX_VERSION=2.4.0 CHART_VERSION=$(shell which yq > /dev/null && yq e '.version' charts/gitops-server/Chart.yaml) TIER=oss