From 73b18af7035ca1173431062101d87a70cf4e67ef Mon Sep 17 00:00:00 2001 From: Aiden Keating Date: Tue, 6 Aug 2019 12:27:48 +0100 Subject: [PATCH] bump webapp to 2.14.0 verification: - have an openshift 3 cluster - in the webapp (solution explorer) namespace - edit the webapp operator deployment - update image to be docker.io/aidenkeatingrht/tutorial-web-app-operator:0.0.24 - wait for the webapp to redeploy - ensure the webapp image, in the deployment, is 2.14.0 - login to the webapp - ensure there are two sso instances, one cluster and one standard - ensure the links both work --- deploy/template/tutorial-web-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/template/tutorial-web-app.yml b/deploy/template/tutorial-web-app.yml index a857d68..ee8598b 100644 --- a/deploy/template/tutorial-web-app.yml +++ b/deploy/template/tutorial-web-app.yml @@ -84,7 +84,7 @@ objects: value: ${CLUSTER_TYPE} - name: DATABASE_LOCATION value: ${DATABASE_LOCATION} - image: quay.io/integreatly/tutorial-web-app:2.13.0 + image: quay.io/integreatly/tutorial-web-app:2.14.0 imagePullPolicy: Always name: tutorial-web-app ports: