From 1ba599bb2d469953704098cbd172cf045e99095f Mon Sep 17 00:00:00 2001 From: Jakub Pierewoj Date: Wed, 2 Oct 2019 13:31:57 +0200 Subject: [PATCH] Update perfdash version --- perfdash/Makefile | 2 +- perfdash/deployment.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/perfdash/Makefile b/perfdash/Makefile index 1e438a8460..8649f29035 100644 --- a/perfdash/Makefile +++ b/perfdash/Makefile @@ -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 diff --git a/perfdash/deployment.yaml b/perfdash/deployment.yaml index e6998f9ad2..c4992237b2 100644 --- a/perfdash/deployment.yaml +++ b/perfdash/deployment.yaml @@ -5,7 +5,6 @@ metadata: namespace: default labels: app: perfdash - version: "2.11" spec: selector: matchLabels: @@ -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