diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-04-25 21:28:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 21:28:12 -0500 |
commit | 4805e68a752382c8014aede29fc6a615f0428b62 (patch) | |
tree | f6bdebd154bb30eb83a8c1cd4091200957a509c4 /roles/openshift_examples/examples-sync.sh | |
parent | 1d150e1de86542af252b6850fafa02f9ae63960a (diff) | |
parent | 51ffcb739c1ebf9872aa3f45a905b087ae9e0f48 (diff) | |
download | openshift-4805e68a752382c8014aede29fc6a615f0428b62.tar.gz openshift-4805e68a752382c8014aede29fc6a615f0428b62.tar.bz2 openshift-4805e68a752382c8014aede29fc6a615f0428b62.tar.xz openshift-4805e68a752382c8014aede29fc6a615f0428b62.zip |
Merge pull request #3970 from mtnbikenc/3_6-upgrade
Merged by openshift-bot
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 0f2bec6d3..c7e51bbfc 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.3.6 -ORIGIN_VERSION=${1:-v1.6} +ORIGIN_VERSION=${1:-v3.6} RHAMP_TAG=1.0.0.GA RHAMP_TEMPLATE=https://raw.githubusercontent.com/3scale/rhamp-openshift-templates/${RHAMP_TAG}/apicast-gateway/apicast-gateway-template.yml EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} |