diff --git a/perfdash/Makefile b/perfdash/Makefile index d7de3ee1fb..3b87dd57b6 100644 --- a/perfdash/Makefile +++ b/perfdash/Makefile @@ -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 diff --git a/perfdash/deployment.yaml b/perfdash/deployment.yaml index d243b8c44f..9475e54c98 100644 --- a/perfdash/deployment.yaml +++ b/perfdash/deployment.yaml @@ -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