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 #67 from integr8ly/update-wts-1-7-3
Browse files Browse the repository at this point in the history
update walkthroughs and bump version
  • Loading branch information
pb82 authored Sep 6, 2019
2 parents 4d2af3d + 7ecfbe7 commit c14c2c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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=0.0.27
TAG=0.0.28
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.27
image: quay.io/integreatly/tutorial-web-app-operator:v0.0.28
ports:
- containerPort: 60000
name: metrics
Expand Down
4 changes: 2 additions & 2 deletions deploy/template/tutorial-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
required: false
- name: WALKTHROUGH_LOCATIONS
description: A comma separated list of git repositories or paths to walkthrough directories
value: https://github.com/integr8ly/tutorial-web-app-walkthroughs.git#v1.7.2
value: https://github.com/integr8ly/tutorial-web-app-walkthroughs.git#v1.7.3
required: true
- name: DATABASE_LOCATION
description: The location of the user walkthroughs database in the filesystem
Expand Down Expand Up @@ -104,7 +104,7 @@ objects:
value: ${CLUSTER_TYPE}
- name: DATABASE_LOCATION
value: ${DATABASE_LOCATION}
image: quay.io/integreatly/tutorial-web-app:2.18.0
image: quay.io/integreatly/tutorial-web-app:2.18.4
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 @@ -26,7 +26,7 @@ const (
ClusterType = "CLUSTER_TYPE"
OpenShiftVersion = "OPENSHIFT_VERSION"
OpenShiftAPIHost = "OPENSHIFT_API"
WTLocationsDefault = "https://github.com/integr8ly/tutorial-web-app-walkthroughs#v1.7.2"
WTLocationsDefault = "https://github.com/integr8ly/tutorial-web-app-walkthroughs#v1.7.3"
IntegreatlyVersionDefault = "not set"
ClusterTypeDefault = "not set"
OpenShiftVersionDefault = "3"
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.27"
Version = "0.0.28"
)

0 comments on commit c14c2c7

Please sign in to comment.