Signed-off-by: cheyang <cheyang@163.com>
This commit is contained in:
parent
71edb5ea38
commit
39d6a8d2be
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ endif
|
|||
|
||||
|
||||
CURRENT_DIR=$(shell pwd)
|
||||
VERSION=v1.0.2
|
||||
VERSION=v1.0.3
|
||||
BUILD_DATE=$(shell date -u +'%Y-%m-%d_%H:%M:%S')
|
||||
GIT_COMMIT=$(shell git rev-parse HEAD)
|
||||
GIT_TAG=$(shell if [ -z "`git status --porcelain`" ]; then git describe --exact-match --tags HEAD 2>/dev/null; fi)
|
||||
|
|
|
@ -14,7 +14,7 @@ type: application
|
|||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
|
Loading…
Reference in New Issue