Skip to content

Commit

Permalink
bump kubernetes image verisons
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumukh committed Jul 10, 2016
1 parent a1505d7 commit 0a398a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kubernetes/ok-staging-web-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: ok-v3-staging
image: cs61a/ok-server:v3.0.7
image: cs61a/ok-server:staging
imagePullPolicy: Always
ports:
- containerPort: 5000
Expand Down Expand Up @@ -61,4 +61,4 @@ spec:
valueFrom:
secretKeyRef:
name: ok-services
key: sendgrid-key
key: sendgrid-key
6 changes: 3 additions & 3 deletions kubernetes/ok-web-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ spec:
replicas: 4
selector:
name: web
version: v3.0.2
version: v3.0.9
template:
metadata:
labels:
name: web
version: v3.0.2
version: v3.0.9
tier: frontend
spec:
containers:
- name: ok-v3-web
image: cs61a/ok-server:v3.0.2
image: cs61a/ok-server:v3.0.9
imagePullPolicy: Always
ports:
- containerPort: 5000
Expand Down

0 comments on commit 0a398a4

Please sign in to comment.