Skip to content

Commit

Permalink
Bump deployment version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Middlecote committed Apr 1, 2019
1 parent 4d5989c commit cbeb889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
cpu: 50m
memory: 50Mi
- name: router
image: dlmiddlecote/openapi-router:e5b0301-dirty
image: dlmiddlecote/openapi-router:0.1.0
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
mountPath: /etc/nginx/conf.d
readOnly: true
- name: proxy
image: dlmiddlecote/openapi-proxy:e5b0301-dirty
image: dlmiddlecote/openapi-proxy:0.1.0
imagePullPolicy: IfNotPresent
ports:
- name: proxy
Expand All @@ -94,7 +94,7 @@ spec:
cpu: 50m
memory: 50Mi
- name: collector
image: dlmiddlecote/openapi-collector:e5b0301-dirty
image: dlmiddlecote/openapi-collector:0.1.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit cbeb889

Please sign in to comment.