Skip to content

Commit dfa2188

Browse files
authored
Merge pull request #187 from upmc-enterprises/bumpVersion
Bump controller version
2 parents dcf3eef + e1f006e commit dfa2188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.PHONY: all build container push clean test
55

6-
TAG ?= 0.0.11
6+
TAG ?= 0.0.12
77
PREFIX ?= upmcenterprises
88
pkgs = $(shell go list ./... | grep -v /vendor/ | grep -v /test/)
99
# go source files, ignore vendor directory

example/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
spec:
6262
containers:
6363
- name: operator
64-
image: upmcenterprises/elasticsearch-operator:0.0.11
64+
image: upmcenterprises/elasticsearch-operator:0.0.12
6565
imagePullPolicy: Always
6666
env:
6767
- name: NAMESPACE

0 commit comments

Comments
 (0)