Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
bump to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Rhoads committed Sep 29, 2017
1 parent 5914e08 commit e2c99f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ ./deploy_launchpad_mission.sh -p PROJECT_NAME -i OPENSHIFT_TOKEN -g GITHUB_USE
+
[source,bash,options="nowrap",subs="attributes+"]
----
$ ./deploy_launchpad_mission.sh -p PROJECT_NAME -i developer:developer -g GITHUB_USERNAME:GITHUB_PERSONAL_ACCESS_TOKEN -v v10
$ ./deploy_launchpad_mission.sh -p PROJECT_NAME -i developer:developer -g GITHUB_USERNAME:GITHUB_PERSONAL_ACCESS_TOKEN -v v11
----

. Once the script completes, return to your {OpenShiftLocal} web console and click on your {launcher} application project.
Expand Down
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ http {
}

location /latest-launcher-template {
return 301 https://raw.githubusercontent.com/openshiftio/launchpad-templates/v10/openshift/launchpad-template.yaml;
return 301 https://raw.githubusercontent.com/openshiftio/launchpad-templates/v11/openshift/launchpad-template.yaml;
}

location ~ ^/$ {
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_launchpad_mission.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Set Default values
PROJECTNAME="myproject"
id="developer:developer"
VERSION="v10"
VERSION="v11"

while getopts p:g:t:i:v: option
do
Expand Down

0 comments on commit e2c99f5

Please sign in to comment.