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 #79 from davidffrench/update_image
Browse files Browse the repository at this point in the history
Bump version to 0.0.38
  • Loading branch information
david-martin authored Dec 11, 2019
2 parents 20683d1 + fd1de16 commit d48e92c
Show file tree
Hide file tree
Showing 3 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.37
TAG=0.0.38
KUBE_CMD=oc apply -f
DEPLOY_DIR=deploy
OUT_STATIC_DIR=tmp/_output
Expand Down
8 changes: 4 additions & 4 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ spec:
serviceAccountName: tutorial-web-app-operator
containers:
- name: tutorial-web-app-operator
image: quay.io/integreatly/tutorial-web-app-operator:v0.0.37
image: quay.io/integreatly/tutorial-web-app-operator:v0.0.38
ports:
- containerPort: 60000
name: metrics
- containerPort: 60000
name: metrics
command:
- tutorial-web-app-operator
- tutorial-web-app-operator
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
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.37"
Version = "0.0.38"
)

0 comments on commit d48e92c

Please sign in to comment.