From 22b358530d76c08b3dd01529237dcfe0d5a37017 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 10 Sep 2018 12:39:53 +0000 Subject: Add TLS init container Remove the binary .jks and .p12 files. Also update bootstrap container to load latest version of k8s plugin Update CM container to load latest version of k8s type file Change-Id: I6ad5dfdf7b5c4c485a3c6e4b921405c6061143e8 Issue-ID: DCAEGEN2-591 Signed-off-by: Jack Lucas --- cm-container/get-type-files.sh | 2 +- cm-container/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cm-container') diff --git a/cm-container/get-type-files.sh b/cm-container/get-type-files.sh index dd848e9..95dda9e 100755 --- a/cm-container/get-type-files.sh +++ b/cm-container/get-type-files.sh @@ -31,7 +31,7 @@ DCAETYPEFILES=\ "\ /dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ -/k8splugin/1.4.2/k8splugin_types.yaml \ +/k8splugin/1.4.3/k8splugin_types.yaml \ " diff --git a/cm-container/pom.xml b/cm-container/pom.xml index f8e78f1..584bb92 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.4.0 + 1.4.1 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg