Skip to content

Commit

Permalink
Bump perfdash to 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mm4tt committed Apr 6, 2020
1 parent 3016089 commit 532042d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.21
TAG = 2.22

REPO = gcr.io/k8s-testimages
GODEP = CGO_ENABLED=0 GOOS=linux GO111MODULE=off godep
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.21
image: gcr.io/k8s-testimages/perfdash:2.22
command:
- /perfdash
- --www=true
Expand Down

0 comments on commit 532042d

Please sign in to comment.