@@ -8205,19 +8205,18 @@ rules:
8205
8205
apiVersion : batch/v1
8206
8206
kind : Job
8207
8207
metadata :
8208
- name : contour-certgen-main
8208
+ name : contour-certgen-v1-26-0-rc-1
8209
8209
namespace : projectcontour
8210
8210
spec :
8211
- ttlSecondsAfterFinished : 0
8212
8211
template :
8213
8212
metadata :
8214
8213
labels :
8215
8214
app : " contour-certgen"
8216
8215
spec :
8217
8216
containers :
8218
8217
- name : contour
8219
- image : ghcr.io/projectcontour/contour:main
8220
- imagePullPolicy : Always
8218
+ image : ghcr.io/projectcontour/contour:v1.26.0-rc.1
8219
+ imagePullPolicy : IfNotPresent
8221
8220
command :
8222
8221
- contour
8223
8222
- certgen
@@ -8467,8 +8466,8 @@ spec:
8467
8466
- --contour-key-file=/certs/tls.key
8468
8467
- --config-path=/config/contour.yaml
8469
8468
command : ["contour"]
8470
- image : ghcr.io/projectcontour/contour:main
8471
- imagePullPolicy : Always
8469
+ image : ghcr.io/projectcontour/contour:v1.26.0-rc.1
8470
+ imagePullPolicy : IfNotPresent
8472
8471
name : contour
8473
8472
ports :
8474
8473
- containerPort : 8001
@@ -8569,8 +8568,8 @@ spec:
8569
8568
args :
8570
8569
- envoy
8571
8570
- shutdown-manager
8572
- image : ghcr.io/projectcontour/contour:main
8573
- imagePullPolicy : Always
8571
+ image : ghcr.io/projectcontour/contour:v1.26.0-rc.1
8572
+ imagePullPolicy : IfNotPresent
8574
8573
lifecycle :
8575
8574
preStop :
8576
8575
exec :
@@ -8647,8 +8646,8 @@ spec:
8647
8646
- --envoy-key-file=/certs/tls.key
8648
8647
command :
8649
8648
- contour
8650
- image : ghcr.io/projectcontour/contour:main
8651
- imagePullPolicy : Always
8649
+ image : ghcr.io/projectcontour/contour:v1.26.0-rc.1
8650
+ imagePullPolicy : IfNotPresent
8652
8651
name : envoy-initconfig
8653
8652
volumeMounts :
8654
8653
- name : envoy-config
0 commit comments