We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f428ee2 + 5723adb commit 67cdceeCopy full SHA for 67cdcee
perfdash/Makefile
@@ -1,7 +1,7 @@
1
all: push
2
3
# See deployment.yaml for the version currently running-- bump this ahead before rebuilding!
4
-TAG?=2.49
+TAG?=2.50
5
6
REPO?=gcr.io/k8s-staging-perf-tests
7
perfdash/deployment.yaml
@@ -16,7 +16,7 @@ spec:
16
spec:
17
containers:
18
- name: perfdash
19
- image: gcr.io/k8s-staging-perf-tests/perfdash:2.49
+ image: gcr.io/k8s-staging-perf-tests/perfdash:2.50
20
command:
21
- /perfdash
22
- --www=true
0 commit comments