From 3ec265b96e470b8c543ec0bd1cc807ba1b83e494 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 23 Apr 2019 11:08:13 -0400 Subject: Update k8s plugin version for DR sub fix Change-Id: If2b065ea03a849ea37e27cf64042a26fb0ac700e Issue-ID: DCAEGEN2-1009 Signed-off-by: Jack Lucas --- k8s-bootstrap-container/build-plugins.sh | 2 +- k8s-bootstrap-container/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index 388f234..6f0ff1e 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -33,7 +33,7 @@ DEST=wagons DCAEPLUGINFILES=\ "\ k8splugin/1.4.5/k8splugin-1.4.5.tgz -k8splugin/1.4.12/k8splugin-1.4.12.tgz +k8splugin/1.4.12/k8splugin-1.4.13.tgz relationshipplugin/1.0.0/relationshipplugin-1.0.0.tgz dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \ " diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index c51287e..ebeefda 100644 --- a/k8s-bootstrap-container/pom.xml +++ b/k8s-bootstrap-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 1.4.14 + 1.4.15 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg