Skip to content

Commit

Permalink
Bump RC release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesloka committed Jan 31, 2017
1 parent f7030f1 commit d25c052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.PHONY: all binary container push clean test

TAG = 1.4
TAG = 1.5
PREFIX = upmcenterprises

all: container
Expand Down
8 changes: 4 additions & 4 deletions k8s/replicationController.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ metadata:
name: registry-creds
namespace: kube-system
labels:
version: v1.4
version: v1.5
spec:
replicas: 1
selector:
name: registry-creds
version: v1.4
version: v1.5
template:
metadata:
labels:
name: registry-creds
version: v1.4
version: v1.5
spec:
containers:
- image: upmcenterprises/registry-creds:1.4
- image: upmcenterprises/registry-creds:1.5
name: registry-creds
imagePullPolicy: Always
env:
Expand Down

0 comments on commit d25c052

Please sign in to comment.