diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-23 21:25:25 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-10-23 21:25:25 -0400 |
commit | f7728996fbe2ad109fc8290682493038bc43f66c (patch) | |
tree | bada0b119b081def984a3945d9c0c9175d27f384 /roles/openshift_examples/examples-sync.sh | |
parent | d3ae358d8eda7d74a158d9ff7de3a23fca4e8b51 (diff) | |
download | openshift-f7728996fbe2ad109fc8290682493038bc43f66c.tar.gz openshift-f7728996fbe2ad109fc8290682493038bc43f66c.tar.bz2 openshift-f7728996fbe2ad109fc8290682493038bc43f66c.tar.xz openshift-f7728996fbe2ad109fc8290682493038bc43f66c.zip |
Sync latest imagestreams and templates
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-x | roles/openshift_examples/examples-sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh index ca3f219d8..1a14c32f5 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -5,7 +5,7 @@ # # This script should be run from openshift-ansible/roles/openshift_examples -XPAAS_VERSION=ose-v1.4.1 +XPAAS_VERSION=ose-v1.4.5 ORIGIN_VERSION=${1:-v3.7} RHAMP_TAG=2.0.0.GA EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} |