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

Commit

Permalink
update webapp to 2.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Jul 8, 2020
1 parent 1d9bd0d commit 7133691
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 7133691

Please sign in to comment.