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 #49 from integr8ly/wt-update-1_6_$
Browse files Browse the repository at this point in the history
update walkthroughs to 1.6.4
  • Loading branch information
pb82 committed May 14, 2019
2 parents be24f63 + d064835 commit 66e92eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ SHELL=/bin/bash
REG=quay.io
ORG=integreatly
IMAGE=tutorial-web-app-operator
TAG=0.0.16
TAG=0.0.17
KUBE_CMD=oc apply -f
DEPLOY_DIR=deploy
OUT_STATIC_DIR=tmp/_output
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
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.16
image: quay.io/integreatly/tutorial-web-app-operator:v0.0.17
ports:
- containerPort: 60000
name: metrics
Expand Down
4 changes: 2 additions & 2 deletions deploy/template/tutorial-web-app.yml
Expand Up @@ -29,7 +29,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.6.3
value: https://github.com/integr8ly/tutorial-web-app-walkthroughs.git#v1.6.4
required: true
objects:
- apiVersion: v1
Expand Down Expand Up @@ -68,7 +68,7 @@ objects:
value: ${SSO_ROUTE}
- name: WALKTHROUGH_LOCATIONS
value: ${WALKTHROUGH_LOCATIONS}
image: quay.io/integreatly/tutorial-web-app:2.10.2
image: quay.io/integreatly/tutorial-web-app:2.10.3
imagePullPolicy: Always
name: tutorial-web-app
ports:
Expand Down
2 changes: 1 addition & 1 deletion pkg/handlers/webhandler.go
Expand Up @@ -22,7 +22,7 @@ import (
const (
WebappVersion = "master"
WTLocations = "WALKTHROUGH_LOCATIONS"
WTLocationsDefault = "https://github.com/integr8ly/tutorial-web-app-walkthroughs#v1.6.3"
WTLocationsDefault = "https://github.com/integr8ly/tutorial-web-app-walkthroughs#v1.6.4"
)

var webappParams = [...]string{"OPENSHIFT_OAUTHCLIENT_ID", "OPENSHIFT_HOST", "SSO_ROUTE", WTLocations}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,5 +1,5 @@
package version

var (
Version = "0.0.16"
Version = "0.0.17"
)

0 comments on commit 66e92eb

Please sign in to comment.