Skip to content

Commit

Permalink
Merge pull request #116 from ringtail/master
Browse files Browse the repository at this point in the history
ready to release v1.2.0
  • Loading branch information
ringtail authored Jun 2, 2020
2 parents ed61f19 + cb290c1 commit 7720f24
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 @@ -7,7 +7,7 @@ ALL_ARCHITECTURES=amd64 arm arm64 ppc64le s390x
ML_PLATFORMS=linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x


VERSION?=v1.1.0
VERSION?=v1.2.0
GIT_COMMIT:=$(shell git rev-parse --short HEAD)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
serviceAccount: kube-eventer
containers:
- image: registry.aliyuncs.com/acs/kube-eventer-amd64:v1.1.0-252b712-aliyun
- image: registry.aliyuncs.com/acs/kube-eventer-amd64:v1.2.0-ed61f19-aliyun
name: kube-eventer
command:
- "/kube-eventer"
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
serviceAccount: kube-eventer
containers:
- image: registry.aliyuncs.com/acs/kube-eventer-amd64:v1.1.0-252b712-aliyun
- image: registry.aliyuncs.com/acs/kube-eventer-amd64:v1.2.0-ed61f19-aliyun
name: kube-eventer
command:
- "/kube-eventer"
Expand Down

0 comments on commit 7720f24

Please sign in to comment.