We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e0db8 commit 3128f1fCopy full SHA for 3128f1f
Makefile
@@ -7,7 +7,7 @@ BUILD_TIME?=$(shell date +'%Y-%m-%d_%T')
7
BRANCH?=$(shell which git > /dev/null && git rev-parse --abbrev-ref HEAD)
8
GIT_COMMIT?=$(shell which git > /dev/null && git log -n1 --pretty='%h')
9
VERSION?=$(shell which git > /dev/null && git describe --always --match "v*")
10
-FLUX_VERSION=2.6.3
+FLUX_VERSION=2.6.4
11
CHART_VERSION=$(shell which yq > /dev/null && yq e '.version' charts/gitops-server/Chart.yaml)
12
TIER=oss
13
0 commit comments