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

Commit

Permalink
bump webapp to 2.14.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Aiden Keating committed Aug 6, 2019
1 parent a2b4b44 commit 73b18af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/template/tutorial-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73b18af

Please sign in to comment.