Skip to content

Commit

Permalink
deployment: update for v0.9.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 Jan 28, 2019
1 parent 77b9a9a commit fb56dde
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.9.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
exec:
command: ["wget", "-qO-", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.9.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.9.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -55,7 +55,7 @@ spec:
exec:
command: ["wget", "-qO-", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.9.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down
2 changes: 1 addition & 1 deletion deployment/ds-hostnet-split/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- --envoy-https-port
- "443"
command: ["contour"]
image: gcr.io/heptio-images/contour:master
image: gcr.io/heptio-images/contour:v0.9.0
imagePullPolicy: Always
name: contour
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/ds-hostnet-split/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- $(CONTOUR_SERVICE_PORT)
command:
- contour
image: gcr.io/heptio-images/contour:master
image: gcr.io/heptio-images/contour:v0.9.0
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
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.9.0
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand Down Expand Up @@ -59,7 +59,7 @@ spec:
exec:
command: ["wget", "-qO-", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.9.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 @@ -175,7 +175,7 @@ spec:
prometheus.io/format: "prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.9.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -208,7 +208,7 @@ spec:
exec:
command: ["wget", "-qO-", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.9.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 @@ -174,7 +174,7 @@ spec:
prometheus.io/format: "prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.9.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -207,7 +207,7 @@ spec:
exec:
command: ["wget", "-qO-", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.9.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down

0 comments on commit fb56dde

Please sign in to comment.