Skip to content

Commit

Permalink
Merge pull request #225 from upmc-enterprises/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
stevesloka authored Jul 11, 2018
2 parents 18ca90c + 8849ad2 commit 727d6ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.PHONY: all build container push clean test

TAG ?= 0.1.0
TAG ?= 0.2.0
PREFIX ?= upmcenterprises
pkgs = $(shell go list ./... | grep -v /vendor/ | grep -v /test/)
# go source files, ignore vendor directory
Expand Down
2 changes: 1 addition & 1 deletion cmd/operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
)

var (
appVersion = "0.0.12"
appVersion = "0.2.0"

printVersion bool
baseImage string
Expand Down
2 changes: 1 addition & 1 deletion example/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
spec:
containers:
- name: operator
image: upmcenterprises/elasticsearch-operator:0.1.0
image: upmcenterprises/elasticsearch-operator:0.2.0
imagePullPolicy: Always
env:
- name: NAMESPACE
Expand Down

0 comments on commit 727d6ce

Please sign in to comment.