summaryrefslogtreecommitdiffstats
path: root/cm-container
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-09-10 12:39:53 +0000
committerJack Lucas <jflucas@research.att.com>2018-09-11 15:55:11 +0000
commit22b358530d76c08b3dd01529237dcfe0d5a37017 (patch)
tree04cbac0d098904816aefdd0c202dcf51b18703d8 /cm-container
parent0ecaffff56d207eef2d5d6cb37c5ccee7b817bbc (diff)
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 <jflucas@research.att.com>
Diffstat (limited to 'cm-container')
-rwxr-xr-xcm-container/get-type-files.sh2
-rw-r--r--cm-container/pom.xml2
2 files changed, 2 insertions, 2 deletions
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.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>cm-container</artifactId>
<name>dcaegen2-deployments-cm-container</name>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>