Update docker version and ceph-common version

Docker version 1.12.6 does not appear to be available from Ubuntu's
repository any longer.
ceph-common version 10.2.7 >> 10.2.9

Change-Id: If23ff0976fb09f5dab92e8e850a38e6b7419ff1a
This commit is contained in:
Mark Burnett 2017-11-15 08:01:34 -06:00 committed by Bryan Strassner
parent ffed3a8ef4
commit 03121471f6
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@ spec:
promenade: ${PROMENADE_IMAGE}
tiller: gcr.io/kubernetes-helm/tiller:v2.5.0
packages:
docker: docker.io=1.12.6-0ubuntu1~16.04.1
docker: docker.io=1.13.1-0ubuntu1~16.04.2
dnsmasq: dnsmasq=2.75-1ubuntu0.16.04.3
socat: socat=1.7.3.1-1
additional_packages:
- ceph-common=10.2.7-0ubuntu0.16.04.1
- ceph-common=10.2.9-0ubuntu0.16.04.1
...