Skip to content

Commit

Permalink
Bump up v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irotoris committed Dec 15, 2020
1 parent 2a1be02 commit 5be5a9f
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,7 +1,7 @@
.PHONY: test clean compile build push

IMAGE=irotoris/kube-sqs-autoscaler
VERSION=v2.0.0
VERSION=v2.1.0

test:
go test ./...
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: kube-sqs-autoscaler
image: irotoris/kube-sqs-autoscaler:v2.0.0
image: irotoris/kube-sqs-autoscaler:v2.1.0
command:
- /kube-sqs-autoscaler
- --sqs-queue-url=https://sqs.your_aws_region.amazonaws.com/your_aws_account_number/your_queue_name # required
Expand Down

0 comments on commit 5be5a9f

Please sign in to comment.