Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Use release v1.4.0 of walkthroughs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden Keating committed Mar 5, 2019
1 parent 3188c8a commit 31b75c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/template/tutorial-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:
required: false
- name: WALKTHROUGH_LOCATIONS
description: A comma separated list of git repositories or paths to walkthrough directories
value: https://github.com/integr8ly/tutorial-web-app-walkthroughs.git#v1.3.0
value: https://github.com/integr8ly/tutorial-web-app-walkthroughs.git#v1.4.0
required: true
objects:
- apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion pkg/handlers/webhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
const (
WebappVersion = "master"
WTLocations = "WALKTHROUGH_LOCATIONS"
WTLocationsDefault = "https://github.com/integr8ly/tutorial-web-app-walkthroughs#v1.3.0"
WTLocationsDefault = "https://github.com/integr8ly/tutorial-web-app-walkthroughs#v1.4.0"
)

var webappParams = [...]string{"OPENSHIFT_OAUTHCLIENT_ID", "OPENSHIFT_HOST", "SSO_ROUTE", WTLocations}
Expand Down

0 comments on commit 31b75c9

Please sign in to comment.