File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
endif
39
39
40
40
CURRENT_DIR =$(shell pwd)
41
- VERSION =v1.0.0
41
+ VERSION =v1.0.1
42
42
BUILD_DATE =$(shell date -u +'% Y-% m-% d_% H:% M:% S')
43
43
GIT_COMMIT =$(shell git rev-parse HEAD)
44
44
GIT_TAG =$(shell if [ -z "`git status --porcelain`" ]; then git describe --exact-match --tags HEAD 2>/dev/null; fi)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
14
14
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
- version : 1.0.0
17
+ version : 1.0.1
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
You can’t perform that action at this time.
0 commit comments