Skip to content

Commit

Permalink
Merge pull request #1115 from davecheney/release-0.12.1
Browse files Browse the repository at this point in the history
deployment: update deployment for v0.12.1
  • Loading branch information
davecheney authored May 22, 2019
2 parents a24ab56 + e6ecf35 commit c0c6b88
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 @@ -20,7 +20,7 @@ spec:
prometheus.io/path: "/stats/prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.1
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
exec:
command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.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 @@ -21,7 +21,7 @@ spec:
prometheus.io/path: "/stats/prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.1
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
exec:
command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.1
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:v0.12.0
image: gcr.io/heptio-images/contour:v0.12.1
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 @@ -84,7 +84,7 @@ spec:
- --statsd-enabled
command:
- contour
image: gcr.io/heptio-images/contour:v0.12.0
image: gcr.io/heptio-images/contour:v0.12.1
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 @@ -22,7 +22,7 @@ spec:
spec:
hostNetwork: true
containers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.1
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
exec:
command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.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 @@ -205,7 +205,7 @@ spec:
prometheus.io/path: "/stats/prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.1
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -237,7 +237,7 @@ spec:
exec:
command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.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 @@ -204,7 +204,7 @@ spec:
prometheus.io/path: "/stats/prometheus"
spec:
containers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.1
imagePullPolicy: Always
name: contour
command: ["contour"]
Expand Down Expand Up @@ -236,7 +236,7 @@ spec:
exec:
command: ["wget", "-qO-", "--post-data=''", "http://localhost:9001/healthcheck/fail"]
initContainers:
- image: gcr.io/heptio-images/contour:v0.12.0
- image: gcr.io/heptio-images/contour:v0.12.1
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
Expand Down

0 comments on commit c0c6b88

Please sign in to comment.