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

Commit

Permalink
Merge pull request #38 from integr8ly/INTLY-1241-update-webapp
Browse files Browse the repository at this point in the history
INTLY-1241 Update version of webapp & walkthroughs
  • Loading branch information
david-martin authored Mar 26, 2019
2 parents 066bea7 + e83c4f2 commit a0007eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.5.0
value: https://github.com/integr8ly/tutorial-web-app-walkthroughs.git#v1.6.0
required: true
objects:
- apiVersion: v1
Expand Down Expand Up @@ -68,7 +68,7 @@ objects:
value: ${SSO_ROUTE}
- name: WALKTHROUGH_LOCATIONS
value: ${WALKTHROUGH_LOCATIONS}
image: quay.io/integreatly/tutorial-web-app:v2.7.0
image: quay.io/integreatly/tutorial-web-app:v2.8.0
imagePullPolicy: Always
name: tutorial-web-app
ports:
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.5.0"
WTLocationsDefault = "https://github.com/integr8ly/tutorial-web-app-walkthroughs#v1.6.0"
)

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

0 comments on commit a0007eb

Please sign in to comment.