summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--healthcheck-container/healthcheck.js5
-rw-r--r--healthcheck-container/pom.xml2
2 files changed, 4 insertions, 3 deletions
diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js
index 4089f0c..ed5aad3 100644
--- a/healthcheck-container/healthcheck.js
+++ b/healthcheck-container/healthcheck.js
@@ -38,10 +38,11 @@ const helmDeps =
// List of deployments expected to be created by CM at boot time
const bootDeps =
[
- 'dep-dcae-ves-collector',
'dep-dcae-tca-analytics',
+ 'dep-dcae-tcagen2',
'dep-dcae-prh',
- 'dep-dcae-hv-ves-collector'
+ 'dep-dcae-hv-ves-collector',
+ 'dep-dcae-ves-collector'
];
const status = require('./get-status');
diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml
index a90be9f..a01022c 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.3.0</version>
+ <version>1.3.1</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>