summaryrefslogtreecommitdiffstats
path: root/k8s-bootstrap-container
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-04-17 17:14:05 +0000
committerJack Lucas <jflucas@research.att.com>2018-04-17 17:15:08 +0000
commit40323db34bfe85c69e768c22e5f46b777cc4b24c (patch)
treeb1c8cabf1273bb3d6a1c22acb042fc2366adb273 /k8s-bootstrap-container
parentc5afcd09bc8e735365b540a596ec49e88ae971fb (diff)
Update k8s plugin to 1.1.0, policy to 2.3.0
Change-Id: I91948175a56f902c9d4c2dade5c3a6ead8c9790a Issue-ID: DCAEGEN2-447 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container')
-rwxr-xr-xk8s-bootstrap-container/build-plugins.sh4
-rw-r--r--k8s-bootstrap-container/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh
index ed7428c..69fb121 100755
--- a/k8s-bootstrap-container/build-plugins.sh
+++ b/k8s-bootstrap-container/build-plugins.sh
@@ -31,9 +31,9 @@ DEST=wagons
# For DCAE, we get zips of the archives and build wagons
DCAEPLUGINFILES=\
"\
-k8splugin/1.0.1/k8splugin-1.0.1.tgz
+k8splugin/1.1.0/k8splugin-1.1.0.tgz
dockerplugin/3.2.0/dockerplugin-3.2.0.tgz
-dcaepolicyplugin/2.2.1/dcaepolicyplugin-2.2.1.tgz \
+dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \
"
# For CCSDK, we pull down the wagon files directly
diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml
index 3537c5b..6eca043 100644
--- a/k8s-bootstrap-container/pom.xml
+++ b/k8s-bootstrap-container/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>k8s-bootstrap-container</artifactId>
<name>dcaegen2-deployments-k8s-bootstrap-container</name>
- <version>1.1.4</version>
+ <version>1.1.5</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>