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 #104 from integr8ly/update-webapp-2.26.2
Browse files Browse the repository at this point in the history
update webapp to 2.26.2
  • Loading branch information
pb82 authored Jul 8, 2020
2 parents 1d9bd0d + 7133691 commit 8cf742b
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 @@ -114,7 +114,7 @@ objects:
value: ${INSTALLED_SERVICES}
- name: INSTALLATION_TYPE
value: ${INSTALLATION_TYPE}
image: quay.io/integreatly/tutorial-web-app:2.26.1
image: quay.io/integreatly/tutorial-web-app:2.26.2
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 @@ -36,7 +36,7 @@ const (
ClusterTypeDefault = "not set"
OpenShiftVersionDefault = "3"
OpenShiftAPIHostDefault = "openshift.default.svc"
WebAppImage = "quay.io/integreatly/tutorial-web-app:2.26.1"
WebAppImage = "quay.io/integreatly/tutorial-web-app:2.26.2"
serviceName = "tutorial-web-app"
routeName = "tutorial-web-app"
upgradeData = "UPGRADE_DATA"
Expand Down

0 comments on commit 8cf742b

Please sign in to comment.