diff --git a/Makefile b/Makefile index 0b573ae2da..0aa160c017 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. # These will be embedded in the app and displayed when it starts. -VERSION ?= v1.28.0-SNAPSHOT +VERSION ?= v1.28.1 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Indicates which version of the UI console is to be embedded @@ -20,7 +20,7 @@ COMMIT_HASH ?= $(shell git rev-parse HEAD) # WARNING: If you have previously build a container image but # later want to change the CONSOLE_VERSION then you must run # the 'clean' target first before re-building the container image. -CONSOLE_VERSION ?= latest +CONSOLE_VERSION ?= 1.27.0 CONSOLE_LOCAL_DIR ?= ${ROOTDIR}/../../../../../kiali-ui # Version label is used in the OpenShift/K8S resources to identify