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 #97 from mfrances17/webapp-2.24.0
Browse files Browse the repository at this point in the history
Update for webapp 2.24.0
  • Loading branch information
pb82 authored May 26, 2020
2 parents 64d0b85 + 2fc4f17 commit 2231acf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL=/bin/bash
REG=quay.io
ORG=integreatly
IMAGE=tutorial-web-app-operator
TAG=v0.0.54
TAG=v0.0.55
KUBE_CMD=oc apply -f
DEPLOY_DIR=deploy
OUT_STATIC_DIR=tmp/_output
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: tutorial-web-app-operator
containers:
- name: tutorial-web-app-operator
image: quay.io/integreatly/tutorial-web-app-operator:v0.0.54
image: quay.io/integreatly/tutorial-web-app-operator:v0.0.55
ports:
- containerPort: 60000
name: metrics
Expand Down
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.23.0
image: quay.io/integreatly/tutorial-web-app:2.24.0
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.23.1"
WebAppImage = "quay.io/integreatly/tutorial-web-app:2.24.0"
serviceName = "tutorial-web-app"
routeName = "tutorial-web-app"
)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.0.54"
Version = "0.0.55"
)

0 comments on commit 2231acf

Please sign in to comment.