Skip to content

Commit

Permalink
deployment: update for v0.11.0 tag
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Apr 9, 2019
1 parent 16db922 commit 0fc399a
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.11.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -53,7 +53,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.11.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.11.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.11.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 @@ -36,7 +36,7 @@ spec:
- --envoy-service-http-port=80
- --envoy-service-https-port=443
command: ["contour"]
image: gcr.io/heptio-images/contour:master
image: gcr.io/heptio-images/contour:v0.11.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.11.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.11.0
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand Down Expand Up @@ -58,7 +58,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.11.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 @@ -206,7 +206,7 @@ spec:
prometheus.io/format: "prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.11.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -238,7 +238,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.11.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 @@ -205,7 +205,7 @@ spec:
prometheus.io/format: "prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:master
- image: gcr.io/heptio-images/contour:v0.11.0
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -237,7 +237,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.11.0
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down

0 comments on commit 0fc399a

Please sign in to comment.