Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Update to contour v0.6.0-beta.2. Fixes #185 #194

Merged
merged 1 commit into from
Jul 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/contour/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- --http-address
- "0.0.0.0"
command: ["contour"]
image: gcr.io/heptio-images/contour:v0.6.0-beta.1
image: gcr.io/heptio-images/contour:v0.6.0-beta.2
imagePullPolicy: Always
name: contour
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/contour/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
- --statsd-enabled
command:
- contour
image: gcr.io/heptio-images/contour:v0.6.0-beta.1
image: gcr.io/heptio-images/contour:v0.6.0-beta.2
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
Expand Down