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 #48 from integr8ly/release-0-0-16
Browse files Browse the repository at this point in the history
release 0.0.16
  • Loading branch information
pb82 authored May 14, 2019
2 parents 7bd5a36 + 8ec82b3 commit be24f63
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ tags
!.vscode/extensions.json
.history

# Operator SDK binaries
operator-sdk-*

# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
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.15
TAG=0.0.16
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.15
image: quay.io/integreatly/tutorial-web-app-operator:v0.0.16
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 @@ -68,7 +68,7 @@ objects:
value: ${SSO_ROUTE}
- name: WALKTHROUGH_LOCATIONS
value: ${WALKTHROUGH_LOCATIONS}
image: quay.io/integreatly/tutorial-web-app:2.10.1
image: quay.io/integreatly/tutorial-web-app:2.10.2
imagePullPolicy: Always
name: tutorial-web-app
ports:
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.15"
Version = "0.0.16"
)

0 comments on commit be24f63

Please sign in to comment.