Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

contour: update to v.1.10.0 #1170

Merged
merged 1 commit into from
Nov 9, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ data:
# server:
# determine which XDS Server implementation to utilize in Contour.
# xds-server-type: contour
# specify the xDS version to use when serving resources to Envoy.
# xds-server-version: v2
#
# should contour expect to be running inside a k8s cluster
# incluster: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.9.0
name: contour-certgen-v1.10.0
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand Down
3 changes: 3 additions & 0 deletions assets/charts/components/contour/templates/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ spec:
name: xds
protocol: TCP
- containerPort: 8000
name: metrics
protocol: TCP
- containerPort: 6060
name: debug
protocol: TCP
livenessProbe:
Expand Down
1 change: 1 addition & 0 deletions assets/charts/components/contour/templates/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ spec:
- /config/envoy.json
- --xds-address=contour
- --xds-port=8001
- --xds-resource-version=v3
- --resources-dir=/config/resources
- --envoy-cafile=/certs/ca.crt
- --envoy-cert-file=/certs/tls.crt
Expand Down
2 changes: 1 addition & 1 deletion assets/charts/components/contour/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ monitoring:

contour:
image: docker.io/projectcontour/contour
tag: v1.9.0
tag: v1.10.0

envoy:
image: docker.io/envoyproxy/envoy
Expand Down
20 changes: 10 additions & 10 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.