diff options
author | 2018-10-18 14:31:14 +0800 | |
---|---|---|
committer | 2018-10-18 14:57:10 +0800 | |
commit | 41bdc69d9c6103d766889bc088c98791a7caf70b (patch) | |
tree | 5a642e908eb98766480c3827e7b1ca9b5e95005e /build | |
parent | 436552456ebd857fa1564ba7f15e08ac118fe548 (diff) |
1.Optimization code for deploying k8s
2.Fix bugs for upgrade k8s version to v1.10.4
Change-Id: I6b17162574f4c4098eb6514cc067096e71f27f97
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.yaml b/build/build.yaml index a44026c2..6694c8e7 100644 --- a/build/build.yaml +++ b/build/build.yaml @@ -15,7 +15,7 @@ packages: - http://artifacts.opnfv.org/compass4nfv/package/master/ubuntu-16.04.3-server-amd64.iso - name: harbor-offline-installer-v1.5.0.tgz - description: "The package of harbor v1.5.5" + description: "The package of harbor v1.5.0" get_method: cached url: - http://192.168.137.222/download/harbor-offline-installer-v1.5.0.tgz @@ -34,7 +34,7 @@ packages: - name: compass-tasks-k8s description: "compass task container integrated with kubespray" get_method: docker - url: huxinhui/compass-tasks-k8s:7.0.0 + url: huxinhui/compass-tasks-k8s:7.0.1 - name: compass-cobbler description: "cobbler container for compass" |