Skip to content

Commit

Permalink
Bump perfdash to 2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
oxddr committed Mar 5, 2020
1 parent c4742de commit 11df646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions perfdash/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: push

# See deployment.yaml for the version currently running-- bump this ahead before rebuilding!
TAG = 2.20
TAG = 2.21

REPO = gcr.io/k8s-testimages
GODEP = CGO_ENABLED=0 GOOS=linux GO111MODULE=off godep
Expand All @@ -27,7 +27,7 @@ container: perfdash
push: container
gcloud docker -s $(REPO) -- push $(REPO)/perfdash:$(TAG)

deploy: container
deploy: push
./deploy.sh

clean:
Expand Down
2 changes: 1 addition & 1 deletion perfdash/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: perfdash
image: gcr.io/k8s-testimages/perfdash:2.20
image: gcr.io/k8s-testimages/perfdash:2.21
command:
- /perfdash
- --www=true
Expand Down

0 comments on commit 11df646

Please sign in to comment.