diff options
author | Michal Banka <michal.banka@nokia.com> | 2021-02-23 11:27:20 +0100 |
---|---|---|
committer | Michal Banka <michal.banka@nokia.com> | 2021-02-23 11:41:37 +0100 |
commit | fe74c457e981e47f7a88d8039306b55baa1c1522 (patch) | |
tree | de85b851f424ad8ecc7e6f108d7acaf7b97e99d8 /version.properties | |
parent | 7887d56ca97c0b2ffc534af1a1cbb5c1f28e46a5 (diff) |
Add healthcheck controller1.0.1
Healthcheck is required by Helm chart liveness.
Changes:
- Healthcheck added
- Minor updates in README
- .gitreview formatting update
- version update to 1.0.1
Change-Id: I4781ce0e896061ca8be52739f80ca02c294b8913
Signed-off-by: Michal Banka <michal.banka@nokia.com>
Issue-ID: DCAEGEN2-2574
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 32acbf9..fdf525c 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file |