Skip to content

Commit

Permalink
Merge pull request #197 from loburm/bump_versions
Browse files Browse the repository at this point in the history
Bump versions of few components.
  • Loading branch information
loburm authored Aug 22, 2018
2 parents edcfb0b + ce46877 commit 5d76d2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion event-exporter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BINARY_NAME = event-exporter

PREFIX = staging-k8s.gcr.io
IMAGE_NAME = event-exporter
TAG = v0.2.2
TAG = v0.2.3

build:
${ENVVAR} godep go build -a -o ${BINARY_NAME}
Expand Down
2 changes: 1 addition & 1 deletion fluentd-gcp-image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.PHONY: build push

PREFIX=staging-k8s.gcr.io
TAG = 2.0.17
TAG = 2.0.18

build:
docker build --pull -t $(PREFIX)/fluentd-gcp:$(TAG) .
Expand Down
2 changes: 1 addition & 1 deletion fluentd-gcp-scaler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.PHONY: build push

PREFIX=staging-k8s.gcr.io
TAG = 0.3
TAG = 0.4

build:
docker build --pull -t $(PREFIX)/fluentd-gcp-scaler:$(TAG) .
Expand Down

0 comments on commit 5d76d2e

Please sign in to comment.