Skip to content

Commit

Permalink
Update Contour Docker image to v1.28.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia committed Mar 19, 2024
1 parent a807fc6 commit 71ce498
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
Expand Up @@ -35,7 +35,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.28.1",
contourImage: "ghcr.io/projectcontour/contour:v1.28.2",
envoyImage: "docker.io/envoyproxy/envoy:v1.29.2",
metricsBindAddress: ":8080",
leaderElection: false,
Expand Down
4 changes: 2 additions & 2 deletions examples/contour/02-job-certgen.yaml
Expand Up @@ -36,7 +36,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1-28-1
name: contour-certgen-v1-28-2
namespace: projectcontour
spec:
template:
Expand All @@ -46,7 +46,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down
2 changes: 1 addition & 1 deletion examples/contour/03-contour.yaml
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.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down
4 changes: 2 additions & 2 deletions examples/contour/03-envoy.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -107,7 +107,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions examples/deployment/03-envoy-deployment.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/gateway-provisioner/03-gateway-provisioner.yaml
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.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: contour-gateway-provisioner
resources:
Expand Down
10 changes: 5 additions & 5 deletions examples/render/contour-deployment.yaml
Expand Up @@ -8803,7 +8803,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1-28-1
name: contour-certgen-v1-28-2
namespace: projectcontour
spec:
template:
Expand All @@ -8813,7 +8813,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -9075,7 +9075,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -9175,7 +9175,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -9253,7 +9253,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/render/contour-gateway-provisioner.yaml
Expand Up @@ -20601,7 +20601,7 @@ spec:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: contour-gateway-provisioner
resources:
Expand Down
10 changes: 5 additions & 5 deletions examples/render/contour-gateway.yaml
Expand Up @@ -8806,7 +8806,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1-28-1
name: contour-certgen-v1-28-2
namespace: projectcontour
spec:
template:
Expand All @@ -8816,7 +8816,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -9078,7 +9078,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -9166,7 +9166,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -9244,7 +9244,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
10 changes: 5 additions & 5 deletions examples/render/contour.yaml
Expand Up @@ -8803,7 +8803,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1-28-1
name: contour-certgen-v1-28-2
namespace: projectcontour
spec:
template:
Expand All @@ -8813,7 +8813,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -9075,7 +9075,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -9163,7 +9163,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -9241,7 +9241,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.28.1
image: ghcr.io/projectcontour/contour:v1.28.2
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down

0 comments on commit 71ce498

Please sign in to comment.