diff options
author | 2021-12-07 17:13:49 -0500 | |
---|---|---|
committer | 2021-12-09 10:55:36 -0500 | |
commit | 2afffed5e9487fab47ddcb49063dd2cb55170841 (patch) | |
tree | 612d78027831c5ad7cf291569c94c72a2037f7e8 /healthcheck-container/package.json | |
parent | c17752a8dc6920d027108c7afa45b1d62443a8d0 (diff) |
[HEALTHCHECK] Add healthcheck for dynamically-deployed microservices2.4.0
Add health checks for DCAE microservices deployed after the initial
installation of dcaegen2-services.
Issue-ID: DCAEGEN2-2959
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I9da0216db695f65ed520b509db183170977fce51
Diffstat (limited to 'healthcheck-container/package.json')
-rw-r--r-- | healthcheck-container/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json index e0dcd25..4fd9cbb 100644 --- a/healthcheck-container/package.json +++ b/healthcheck-container/package.json @@ -1,7 +1,7 @@ { "name": "k8s-healthcheck", "description": "DCAE healthcheck server", - "version": "2.3.0", + "version": "2.4.0", "main": "healthcheck.js", "author": "author", "license": "(Apache-2.0)" |