Skip to content

Commit b582a60

Browse files
weave-gitops-botweave-gitops-bot
and
weave-gitops-bot
authored
chore: Upgrade Flux to 2.6.0 (#5032)
Signed-off-by: weave-gitops-bot <weave-gitops-bot@weaveworks.org> Co-authored-by: weave-gitops-bot <weave-gitops-bot@weaveworks.org>
1 parent 89000eb commit b582a60

File tree

2 files changed

+522
-13
lines changed

2 files changed

+522
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BUILD_TIME?=$(shell date +'%Y-%m-%d_%T')
77
BRANCH?=$(shell which git > /dev/null && git rev-parse --abbrev-ref HEAD)
88
GIT_COMMIT?=$(shell which git > /dev/null && git log -n1 --pretty='%h')
99
VERSION?=$(shell which git > /dev/null && git describe --always --match "v*")
10-
FLUX_VERSION=2.5.1
10+
FLUX_VERSION=2.6.0
1111
CHART_VERSION=$(shell which yq > /dev/null && yq e '.version' charts/gitops-server/Chart.yaml)
1212
TIER=oss
1313

0 commit comments

Comments
 (0)