From 1d5a5dcee0565e1a8dcc27161fdfc790819e944d Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 23 Apr 2019 14:34:52 -0400 Subject: Update k8s type file version Also add CLAMP policy plugin Fix path to k8s plugin tgz Issue-ID: DCAEGEN2-1009 Change-Id: I38ab743c0bf1c2a1116b6e50f494c38028fa9872 Signed-off-by: Jack Lucas --- cm-container/pom.xml | 2 +- cm-container/scripts/get-type-files.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'cm-container') diff --git a/cm-container/pom.xml b/cm-container/pom.xml index bc6ae97..7b4d5e3 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.6.1 + 1.6.2 http://maven.apache.org UTF-8 diff --git a/cm-container/scripts/get-type-files.sh b/cm-container/scripts/get-type-files.sh index 8a31d98..fb44175 100755 --- a/cm-container/scripts/get-type-files.sh +++ b/cm-container/scripts/get-type-files.sh @@ -31,7 +31,8 @@ DCAETYPEFILES=\ /dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ /k8splugin/1.4.5/k8splugin_types.yaml \ -/k8splugin/1.4.12/k8splugin_types.yaml \ +/k8splugin/1.4.13/k8splugin_types.yaml \ +clamppolicyplugin/1.0.0/clamppolicyplugin_types.yaml \ " -- cgit 1.2.3-korg