Skip to content

Commit

Permalink
remove release notes and update deployment files for v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Mar 15, 2018
1 parent c69ec57 commit f43ff2c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 109 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 @@ -33,13 +33,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.4.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.4.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 @@ -34,13 +34,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.4.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.4.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 @@ -33,7 +33,7 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.4.0
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand All @@ -42,7 +42,7 @@ spec:
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.4.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 @@ -48,13 +48,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.4.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.4.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 @@ -48,13 +48,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.4.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.4.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 @@ -47,13 +47,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.4.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.4.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 @@ -47,13 +47,13 @@ spec:
volumeMounts:
- name: contour-config
mountPath: /config
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.4.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.4.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
95 changes: 0 additions & 95 deletions release-0.4.md

This file was deleted.

0 comments on commit f43ff2c

Please sign in to comment.