Skip to content

Commit

Permalink
deployment: use v0.6.0 image
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Sep 20, 2018
1 parent a14cb50 commit ef61f96
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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 @@ -21,7 +21,7 @@ spec:
prometheus.io/format: "prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand All @@ -44,7 +44,7 @@ spec:
- name: contour-config
mountPath: /config
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.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 @@ -22,7 +22,7 @@ spec:
prometheus.io/format: "prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand All @@ -45,7 +45,7 @@ spec:
- name: contour-config
mountPath: /config
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.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 @@ -23,7 +23,7 @@ spec:
spec:
hostNetwork: true
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.0
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand All @@ -49,7 +49,7 @@ spec:
- name: contour-config
mountPath: /config
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.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 @@ -182,7 +182,7 @@ spec:
prometheus.io/format: "prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand All @@ -205,7 +205,7 @@ spec:
- name: contour-config
mountPath: /config
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.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 @@ -181,7 +181,7 @@ spec:
prometheus.io/format: "prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand All @@ -204,7 +204,7 @@ spec:
- name: contour-config
mountPath: /config
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.6.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down

0 comments on commit ef61f96

Please sign in to comment.