summaryrefslogtreecommitdiffstats
path: root/healthcheck-container
diff options
context:
space:
mode:
Diffstat (limited to 'healthcheck-container')
-rw-r--r--healthcheck-container/healthcheck.js4
-rw-r--r--healthcheck-container/package.json2
-rw-r--r--healthcheck-container/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js
index 7a03f1e..9bc2086 100644
--- a/healthcheck-container/healthcheck.js
+++ b/healthcheck-container/healthcheck.js
@@ -26,13 +26,13 @@ const UNKNOWN = 503;
// List of deployments expected to be created via Helm
const helmDeps =
[
- 'dcae-cloudify-manager'
+ 'dcae-cloudify-manager',
+ 'dcae-config-binding-service'
];
// List of deployments expected to be created by CM at boot time
const bootDeps =
[
- 'dep-config-binding-service',
'dep-deployment-handler',
'dep-inventory',
'dep-service-change-handler',
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json
index 674d382..31f1493 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.1",
+ "version": "1.2.2",
"main": "healthcheck.js",
"author": "author",
"license": "(Apache-2.0)"
diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml
index 1f024e0..b768337 100644
--- a/healthcheck-container/pom.xml
+++ b/healthcheck-container/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>healthcheck-container</artifactId>
<name>dcaegen2-deployments-healthcheck-container</name>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>