Skip to content

Commit

Permalink
Merge pull request #64 from 3scale/v0.4.0
Browse files Browse the repository at this point in the history
release: prep for v0.4.0
  • Loading branch information
unleashed committed Mar 7, 2019
2 parents 1db4a14 + 22202eb commit c79878c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG ?= v0.3.0
TAG ?= v0.4.0
IMAGE_NAME = 3scale-istio-adapter:$(TAG)
REGISTRY ?= quay.io/3scale
LISTEN_ADDR ?= 3333
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
app: 3scale-istio-adapter
spec:
containers:
- image: quay.io/3scale/3scale-istio-adapter:v0.3.0
- image: quay.io/3scale/3scale-istio-adapter:v0.4.0
imagePullPolicy: Always
name: 3scale-istio-adapter
ports:
Expand Down

0 comments on commit c79878c

Please sign in to comment.