Skip to content

Commit

Permalink
Update perfdash version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierewoj committed Oct 2, 2019
1 parent 77fcee5 commit 1ba599b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 pod.yaml for the version currently running-- bump this ahead before rebuilding!
TAG = 2.11
TAG = 2.12

REPO = gcr.io/k8s-testimages

Expand Down
3 changes: 1 addition & 2 deletions perfdash/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
namespace: default
labels:
app: perfdash
version: "2.11"
spec:
selector:
matchLabels:
Expand All @@ -17,7 +16,7 @@ spec:
spec:
containers:
- name: perfdash
image: gcr.io/k8s-testimages/perfdash:2.11
image: gcr.io/k8s-testimages/perfdash:2.12
command:
- /perfdash
- --www=true
Expand Down

0 comments on commit 1ba599b

Please sign in to comment.