Skip to content

Commit

Permalink
Update Contour Docker image to v1.20.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed Jan 28, 2022
1 parent 417410a commit 367d747
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 26 deletions.
5 changes: 2 additions & 3 deletions examples/contour/02-job-certgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,17 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-main
name: contour-certgen-v1.20.0
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
template:
metadata:
labels:
app: "contour-certgen"
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
command:
- contour
Expand Down
2 changes: 1 addition & 1 deletion examples/contour/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
name: contour
ports:
Expand Down
4 changes: 2 additions & 2 deletions examples/contour/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down Expand Up @@ -113,7 +113,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions examples/deployment/03-envoy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
Expand Down
11 changes: 5 additions & 6 deletions examples/render/contour-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4840,18 +4840,17 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-main
name: contour-certgen-v1.20.0
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
template:
metadata:
labels:
app: "contour-certgen"
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
command:
- contour
Expand Down Expand Up @@ -5089,7 +5088,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -5191,7 +5190,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -5275,7 +5274,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
11 changes: 5 additions & 6 deletions examples/render/contour-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4843,18 +4843,17 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-main
name: contour-certgen-v1.20.0
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
template:
metadata:
labels:
app: "contour-certgen"
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
command:
- contour
Expand Down Expand Up @@ -5092,7 +5091,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -5181,7 +5180,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -5265,7 +5264,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
11 changes: 5 additions & 6 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4840,18 +4840,17 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-main
name: contour-certgen-v1.20.0
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
template:
metadata:
labels:
app: "contour-certgen"
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: Always
command:
- contour
Expand Down Expand Up @@ -5089,7 +5088,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -5178,7 +5177,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -5262,7 +5261,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:main
image: ghcr.io/projectcontour/contour:v1.20.0
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down

0 comments on commit 367d747

Please sign in to comment.