This repository was archived by the owner on Feb 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 1414package config
1515
1616const (
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
You can’t perform that action at this time.
0 commit comments