Skip to content

Commit

Permalink
Merge pull request #317 from davecheney/release-0.4.1
Browse files Browse the repository at this point in the history
deployment: update image to v0.4.1
  • Loading branch information
davecheney authored Apr 5, 2018
2 parents 6111668 + a86a23e commit c908a13
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
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:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
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:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand All @@ -42,7 +42,7 @@ spec:
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
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:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
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:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
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:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
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:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
imagePullPolicy: Always
name: contour
command: ["contour"]
args: ["serve", "--incluster"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.4.0
- image: gcr.io/heptio-images/contour:v0.4.1
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down

0 comments on commit c908a13

Please sign in to comment.