diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-17 17:14:05 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-17 17:15:08 +0000 |
commit | 40323db34bfe85c69e768c22e5f46b777cc4b24c (patch) | |
tree | b1c8cabf1273bb3d6a1c22acb042fc2366adb273 /k8s-bootstrap-container/build-plugins.sh | |
parent | c5afcd09bc8e735365b540a596ec49e88ae971fb (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/build-plugins.sh')
-rwxr-xr-x | k8s-bootstrap-container/build-plugins.sh | 4 |
1 files changed, 2 insertions, 2 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 |