Use specific Armada version in example

The master branch sometimes changes interface a bit, and this
avoids occasional issues with that.

This also updates the version of Armada used in testing to be the
same as the example.

Change-Id: Ib62a6757eec3261df3917eeee5b1205a03dda9c1
This commit is contained in:
Mark Burnett 2017-08-14 16:20:24 -05:00
parent 77433b9bda
commit 00686fabbd
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ metadata:
target: all
spec:
images:
armada: quay.io/attcomdev/armada:master
armada: quay.io/attcomdev/armada:v0.6.0
calico:
cni: quay.io/calico/cni:v1.9.1
etcd: quay.io/coreos/etcd:v3.2.1

View File

@ -63,7 +63,7 @@ metadata:
target: all
spec:
images:
armada: quay.io/attcomdev/armada:v0.5.1
armada: quay.io/attcomdev/armada:v0.6.0
calico:
cni: quay.io/calico/cni:v1.9.1
etcd: quay.io/coreos/etcd:v3.2.1