diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-06-03 12:55:52 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-06-03 13:10:44 -0400 |
commit | fa2da723f3a604ec852b7a5a11c5703e2c0674ea (patch) | |
tree | 999fb365946ce755cb1e0cb511755c3479b88955 /pom.xml | |
parent | f5d20c5ca01ca229f7637961d47b3e39406df751 (diff) |
Remove DCAE microservice component from bootstrap
All of the "statically-deployed" DCAE microservices
are now being deployed with Helm, so it is no longer
necessary to deploy them via Cloudify in the DCAE
bootstrap process.
Issue-ID: DCAEGEN2-2617
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Id40b7891cf4b836d22ddc338410b8b872fb08c69
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>k8s-bootstrap-container</artifactId> <name>dcaegen2-deployments-k8s-bootstrap-container</name> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> |