diff options
author | Jack Lucas <jflos@sonoris.net> | 2020-09-21 12:00:52 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2020-09-21 14:32:43 -0400 |
commit | f1fa8dfd1b71cb687fdb0b3ca6b0350d37de8e1b (patch) | |
tree | 7318497a248085b1a6b0894521d3ac75cac5a84a /pom.xml | |
parent | fac7c42190aabbd45c7bb7673e7414b96ff65fce (diff) |
Update blueprints to use k8splugin 3.4.2
k8splugin 3.4.2 correctly labels the k8s deployments it creates so
that the DCAE healthcheck can find them and check their health
Also move tca (gen1) blueprints to reference_templates since
they are no longer used
Issue-ID: DCAEGEN2-2433
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Ib20889feade01deb414627a6da0c663af4a7d6cf
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>2.1.5-SNAPSHOT</version> + <version>2.1.6-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> |