From b36dee48ba9ae2a081ebba51cc4f5bea509321fe Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 22 Jul 2019 11:06:29 -0400 Subject: Update k8s & dmaap plugins Also remove blueprint-based deployment of dashboard (now being done via Helm) Issue-ID: DCAEGEN2-1651 Issue-ID: DCAEGEN2-1653 Issue-ID: DCAEGEN2-1667 Issue-ID: DCAEGEN2-1670 Issue-ID: DCAEGEN2-1318 Change-Id: I5d7b88d2bc6ed508f5500a1df553745f44d660af Signed-off-by: Jack Lucas --- cm-container/pom.xml | 2 +- cm-container/scripts/get-type-files.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cm-container') diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 0a9100f..e13083d 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 - 2.0.0 + 2.0.1 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 fb44175..aa50bb7 100755 --- a/cm-container/scripts/get-type-files.sh +++ b/cm-container/scripts/get-type-files.sh @@ -30,8 +30,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.13/k8splugin_types.yaml \ +/k8splugin/1.6.0/k8splugin_types.yaml \ clamppolicyplugin/1.0.0/clamppolicyplugin_types.yaml \ " -- cgit 1.2.3-korg