Skip to content

Commit

Permalink
Update Contour Docker image to v1.23.6.
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed Jul 26, 2023
1 parent 1ebe566 commit c6c881b
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion cmd/contour/gatewayprovisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func registerGatewayProvisioner(app *kingpin.Application) (*kingpin.CmdClause, *
cmd := app.Command("gateway-provisioner", "Run contour gateway provisioner.")

provisionerConfig := &gatewayProvisionerConfig{
contourImage: "ghcr.io/projectcontour/contour:v1.23.5",
contourImage: "ghcr.io/projectcontour/contour:v1.23.6",
envoyImage: "docker.io/envoyproxy/envoy:v1.24.10",
metricsBindAddress: ":8080",
leaderElection: false,
Expand Down
4 changes: 2 additions & 2 deletions examples/contour/02-job-certgen.yaml
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.23.5
name: contour-certgen-v1.23.6
namespace: projectcontour
spec:
template:
Expand All @@ -46,7 +46,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
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:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
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:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -113,7 +113,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
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:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/gateway-provisioner/03-gateway-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: contour-gateway-provisioner
resources:
Expand Down
10 changes: 5 additions & 5 deletions examples/render/contour-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6649,7 +6649,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.23.5
name: contour-certgen-v1.23.6
namespace: projectcontour
spec:
template:
Expand All @@ -6659,7 +6659,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -6911,7 +6911,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -7013,7 +7013,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -7097,7 +7097,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/render/contour-gateway-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13837,7 +13837,7 @@ spec:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: contour-gateway-provisioner
resources:
Expand Down
10 changes: 5 additions & 5 deletions examples/render/contour-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6655,7 +6655,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.23.5
name: contour-certgen-v1.23.6
namespace: projectcontour
spec:
template:
Expand All @@ -6665,7 +6665,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -6917,7 +6917,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -7006,7 +7006,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -7090,7 +7090,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
10 changes: 5 additions & 5 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6649,7 +6649,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.23.5
name: contour-certgen-v1.23.6
namespace: projectcontour
spec:
template:
Expand All @@ -6659,7 +6659,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -6911,7 +6911,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -7000,7 +7000,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -7084,7 +7084,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.23.5
image: ghcr.io/projectcontour/contour:v1.23.6
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down

0 comments on commit c6c881b

Please sign in to comment.