Skip to content

Commit 67cdcee

Browse files
authored
Merge pull request #2972 from marseel/pr/marseel/update_perfdash
Release new version of perfdash
2 parents f428ee2 + 5723adb commit 67cdcee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

perfdash/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: push
22

33
# See deployment.yaml for the version currently running-- bump this ahead before rebuilding!
4-
TAG?=2.49
4+
TAG?=2.50
55

66
REPO?=gcr.io/k8s-staging-perf-tests
77

perfdash/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: perfdash
19-
image: gcr.io/k8s-staging-perf-tests/perfdash:2.49
19+
image: gcr.io/k8s-staging-perf-tests/perfdash:2.50
2020
command:
2121
- /perfdash
2222
- --www=true

0 commit comments

Comments
 (0)