From 71336919149086bf6a1a4e6b2b5c8e2785075f90 Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Thu, 9 Jul 2020 00:18:24 +0200 Subject: [PATCH] update webapp to 2.26.2 --- deploy/template/tutorial-web-app.yml | 2 +- pkg/handlers/webhandler.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/template/tutorial-web-app.yml b/deploy/template/tutorial-web-app.yml index e95f326..8e1301b 100644 --- a/deploy/template/tutorial-web-app.yml +++ b/deploy/template/tutorial-web-app.yml @@ -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: diff --git a/pkg/handlers/webhandler.go b/pkg/handlers/webhandler.go index 00a3f52..2fc098a 100644 --- a/pkg/handlers/webhandler.go +++ b/pkg/handlers/webhandler.go @@ -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"