From ef3183f5ae33b63be4aca2dd95e52e009f15f4c3 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 12 Jun 2020 11:44:49 -0400 Subject: Make healthcheck fully dynamic Support health checks for DCAE and DCAE MOD Issue-ID: DCAEGEN2-1864 Signed-off-by: Jack Lucas Change-Id: Idcf127a591ff3b926a5af0281c591d8da18355f1 --- healthcheck-container/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'healthcheck-container/package.json') diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json index cc20578..6b91448 100644 --- a/healthcheck-container/package.json +++ b/healthcheck-container/package.json @@ -1,7 +1,7 @@ { "name": "k8s-healthcheck", "description": "DCAE healthcheck server", - "version": "1.2.4", + "version": "2.0.0", "main": "healthcheck.js", "author": "author", "license": "(Apache-2.0)" -- cgit 1.2.3-korg