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

Commit 6ea069a

Browse files
committed
Update Contour Docker image to v1.20.0-beta.1.
Signed-off-by: Steve Kriss <krisss@vmware.com>
1 parent 7e2ee7d commit 6ea069a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ spec:
2020
- /contour-operator
2121
args:
2222
- --enable-leader-election
23-
image: ghcr.io/projectcontour/contour-operator:main
24-
imagePullPolicy: Always
23+
image: ghcr.io/projectcontour/contour-operator:v1.20.0-beta.1
24+
imagePullPolicy: IfNotPresent
2525
name: contour-operator
2626
resources:
2727
requests:

examples/operator/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9260,8 +9260,8 @@ spec:
92609260
- --enable-leader-election
92619261
command:
92629262
- /contour-operator
9263-
image: ghcr.io/projectcontour/contour-operator:main
9264-
imagePullPolicy: Always
9263+
image: ghcr.io/projectcontour/contour-operator:v1.20.0-beta.1
9264+
imagePullPolicy: IfNotPresent
92659265
name: contour-operator
92669266
resources:
92679267
requests:

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
package config
1515

1616
const (
17-
DefaultContourImage = "ghcr.io/projectcontour/contour:main"
17+
DefaultContourImage = "ghcr.io/projectcontour/contour:v1.20.0-beta.1"
1818
DefaultEnvoyImage = "docker.io/envoyproxy/envoy:v1.20.1"
1919
DefaultMetricsAddr = ":8080"
2020
DefaultEnableLeaderElection = false

0 commit comments

Comments
 (0)