Skip to content

Commit

Permalink
Bump perfdash TAG to 2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
oprinmarius committed Jun 24, 2022
1 parent b34f90c commit d8b1aca
Show file tree
Hide file tree
Showing 2 changed files with 3 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.40
TAG = 2.41

REPO = gcr.io/k8s-staging-perf-tests

Expand Down
3 changes: 2 additions & 1 deletion perfdash/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: perfdash
image: gcr.io/k8s-staging-perf-tests/perfdash:2.40
image: gcr.io/k8s-staging-perf-tests/perfdash:2.41
command:
- /perfdash
- --www=true
Expand All @@ -24,6 +24,7 @@ spec:
- --builds=100
- --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/kubernetes/sig-scalability
- --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/kubernetes/sig-release/release-branch-jobs
- --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/kubernetes-sigs/sig-windows
- --allow-parsers-matching-all-tests=false
imagePullPolicy: Always
ports:
Expand Down

0 comments on commit d8b1aca

Please sign in to comment.