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 1
1
# Version and Git information
2
- VERSION := v1.0.4
2
+ VERSION := v1.0.5
3
3
BUILD_DATE := $(shell date -u +'% Y-% m-% d_% H:% M:% S')
4
4
GIT_COMMIT := $(shell git rev-parse HEAD)
5
5
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.4
17
+ version : 1.0.5
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