From f4a008369e54f6ac33e53040762f800e055a0675 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 29 Mar 2019 16:45:20 -0400 Subject: Set up kubeconfig ConfigMap Add container to update configMap with info for central cluster. Update Cloudify Manager version. Issue-ID: DCAEGEN2-1136 Issue-ID: DCAEGEN2-1376 Change-Id: I593703b25c2ec9c8fde6ca10c9fc70255c6719a5 Signed-off-by: Jack Lucas --- cm-container/Dockerfile-template | 2 +- cm-container/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cm-container') diff --git a/cm-container/Dockerfile-template b/cm-container/Dockerfile-template index 8524ee8..fbf6ca8 100644 --- a/cm-container/Dockerfile-template +++ b/cm-container/Dockerfile-template @@ -17,7 +17,7 @@ # ============LICENSE_END========================================================= # # ECOMP is a trademark and service mark of AT&T Intellectual Property. -FROM cloudifyplatform/community:18.7.23 +FROM cloudifyplatform/community:19.01.24 MAINTAINER maintainer ENV TYPE_REPO {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }} diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 4cac26d..21cf722 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments cm-container dcaegen2-deployments-cm-container - 1.5.2 + 1.6.0 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg