diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-01-11 18:44:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 18:44:34 -0500 |
commit | 61d2be565fa12ad6f13a74532006b989d613eab2 (patch) | |
tree | b891d65a081bda1587370a5070d4635da491a0d4 /roles/openshift_examples/examples-sync.sh | |
parent | fa649787c6a19bbfffb16d9cce3f8e3f7de5a8a1 (diff) | |
parent | 7ee569c18e81fabc566b60b313943f932219cfd5 (diff) | |
download | openshift-61d2be565fa12ad6f13a74532006b989d613eab2.tar.gz openshift-61d2be565fa12ad6f13a74532006b989d613eab2.tar.bz2 openshift-61d2be565fa12ad6f13a74532006b989d613eab2.tar.xz openshift-61d2be565fa12ad6f13a74532006b989d613eab2.zip |
Merge pull request #6702 from sdodson/image-stream-sync
Update latest image streams 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 68a0e8857..648bf7293 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -6,7 +6,7 @@ # This script should be run from openshift-ansible/roles/openshift_examples XPAAS_VERSION=ose-v1.4.7 -ORIGIN_VERSION=${1:-v3.7} +ORIGIN_VERSION=${1:-v3.9} RHAMP_TAG=2.0.0.GA EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} find ${EXAMPLES_BASE} -name '*.json' -delete |