Skip to content

Commit

Permalink
deploymemnt: update for v0.3.0 tag
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Cheney <[email protected]>
  • Loading branch information
davecheney committed Jan 18, 2018
1 parent f680101 commit 4abc305
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 65 deletions.
4 changes: 2 additions & 2 deletions deployment/deployment-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand All @@ -37,7 +37,7 @@ spec:
- name: contour-config
mountPath: /config
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
4 changes: 2 additions & 2 deletions deployment/deployment-json-v1/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
4 changes: 2 additions & 2 deletions deployment/ds-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
4 changes: 2 additions & 2 deletions deployment/ds-hostnet/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand All @@ -37,7 +37,7 @@ spec:
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
4 changes: 2 additions & 2 deletions deployment/ds-json-v1/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
4 changes: 2 additions & 2 deletions deployment/render/daemonset-norbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
4 changes: 2 additions & 2 deletions deployment/render/daemonset-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
4 changes: 2 additions & 2 deletions deployment/render/deployment-norbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand All @@ -51,7 +51,7 @@ spec:
- name: contour-config
mountPath: /config
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
4 changes: 2 additions & 2 deletions deployment/render/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand All @@ -51,7 +51,7 @@ spec:
- name: contour-config
mountPath: /config
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.3.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
47 changes: 0 additions & 47 deletions release-0.3.md

This file was deleted.

0 comments on commit 4abc305

Please sign in to comment.