Skip to content

Commit

Permalink
incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysied committed Apr 12, 2019
1 parent 80da4c9 commit 80b22fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 pod.yaml for the version currently running-- bump this ahead before rebuilding!
TAG = 1.20
TAG = 1.21

REPO = gcr.io/k8s-testimages

Expand Down
4 changes: 2 additions & 2 deletions perfdash/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: default
labels:
app: perfdash
version: "1.20"
version: "1.21"
spec:
selector:
matchLabels:
Expand All @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: perfdash
image: gcr.io/k8s-testimages/perfdash:1.20
image: gcr.io/k8s-testimages/perfdash:1.21
command:
- /perfdash
- --www=true
Expand Down

0 comments on commit 80b22fd

Please sign in to comment.