diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-01-13 12:50:10 -0500 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-01-13 12:50:10 -0500 |
commit | ec9906058fd977947b970af72725dc00c591587b (patch) | |
tree | 8c0d1317543212de443fa027cddffa382d9cbc5f /pom.xml | |
parent | 95afae23452a6debbbeaf5bd18f6466522457197 (diff) |
Move bootstrap container to python 33.0.0
Move to an Alpine python base image and install
a Python 3 version of the Cloudify CLI.
Also remove loading of k8s plugin configurations.
(Will move to CM via an init container.)
Issue-ID: DCAEGEN2-2543
Issue-ID: DCAEGEN2-2582
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I6d147bbbce863ee8e04d2bd70d7189dc63fa9950
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.2.4-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> |