diff options
Diffstat (limited to 'k8s-bootstrap-container/build-plugins.sh')
-rwxr-xr-x | k8s-bootstrap-container/build-plugins.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index c21f759..fc660ca 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # org.onap.dcae # ================================================================================ -# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,9 +29,11 @@ set -x DEST=wagons # For DCAE, we get zips of the archives and build wagons +# 2 versions of k8s plugin to ease transition DCAEPLUGINFILES=\ "\ k8splugin/1.4.5/k8splugin-1.4.5.tgz +k8splugin/1.4.10/k8splugin-1.4.10.tgz relationshipplugin/1.0.0/relationshipplugin-1.0.0.tgz dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \ " |