Skip to content

Commit

Permalink
release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Apr 18, 2019
1 parent 733b42f commit 203d9dc
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
@@ -1,6 +1,6 @@
NAME := popeye
PACKAGE := github.com/derailed/$(NAME)
VERSION := v0.3.1
VERSION := v0.3.2
GIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date +%FT%T%Z)
IMG_NAME := derailed/popeye
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
restartPolicy: Never
containers:
- name: popeye
image: derailed/popeye:v0.3.1
image: derailed/popeye:v0.3.3
imagePullPolicy: IfNotPresent
args:
- -o
Expand Down
2 changes: 1 addition & 1 deletion k8s/popeye/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: popeye
image: derailed/popeye:v0.3.1
image: derailed/popeye:v0.3.3
imagePullPolicy: IfNotPresent
command: ["/bin/popeye"]
args:
Expand Down

0 comments on commit 203d9dc

Please sign in to comment.