Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden Keating committed Mar 4, 2019
1 parent 792db23 commit ea45004
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.4
TAG=0.0.5
KUBE_CMD=oc apply -f
DEPLOY_DIR=deploy
OUT_STATIC_DIR=tmp/_output
Expand Down Expand Up @@ -62,4 +62,4 @@ cluster/prepare:

.PHONY: cluster/deploy
cluster/deploy:
${KUBE_CMD} ${DEPLOY_DIR}/operator.yaml
${KUBE_CMD} ${DEPLOY_DIR}/operator.yaml
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.4
image: quay.io/integreatly/tutorial-web-app-operator:v0.0.5
ports:
- containerPort: 60000
name: metrics
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.4"
Version = "0.0.5"
)

0 comments on commit ea45004

Please sign in to comment.