@@ -7584,19 +7584,18 @@ rules:
7584
7584
apiVersion : batch/v1
7585
7585
kind : Job
7586
7586
metadata :
7587
- name : contour-certgen-main
7587
+ name : contour-certgen-v1.25.0-rc.1
7588
7588
namespace : projectcontour
7589
7589
spec :
7590
- ttlSecondsAfterFinished : 0
7591
7590
template :
7592
7591
metadata :
7593
7592
labels :
7594
7593
app : " contour-certgen"
7595
7594
spec :
7596
7595
containers :
7597
7596
- name : contour
7598
- image : ghcr.io/projectcontour/contour:main
7599
- imagePullPolicy : Always
7597
+ image : ghcr.io/projectcontour/contour:v1.25.0-rc.1
7598
+ imagePullPolicy : IfNotPresent
7600
7599
command :
7601
7600
- contour
7602
7601
- certgen
@@ -7844,8 +7843,8 @@ spec:
7844
7843
- --contour-key-file=/certs/tls.key
7845
7844
- --config-path=/config/contour.yaml
7846
7845
command : ["contour"]
7847
- image : ghcr.io/projectcontour/contour:main
7848
- imagePullPolicy : Always
7846
+ image : ghcr.io/projectcontour/contour:v1.25.0-rc.1
7847
+ imagePullPolicy : IfNotPresent
7849
7848
name : contour
7850
7849
ports :
7851
7850
- containerPort : 8001
@@ -7946,8 +7945,8 @@ spec:
7946
7945
args :
7947
7946
- envoy
7948
7947
- shutdown-manager
7949
- image : ghcr.io/projectcontour/contour:main
7950
- imagePullPolicy : Always
7948
+ image : ghcr.io/projectcontour/contour:v1.25.0-rc.1
7949
+ imagePullPolicy : IfNotPresent
7951
7950
lifecycle :
7952
7951
preStop :
7953
7952
exec :
@@ -8024,8 +8023,8 @@ spec:
8024
8023
- --envoy-key-file=/certs/tls.key
8025
8024
command :
8026
8025
- contour
8027
- image : ghcr.io/projectcontour/contour:main
8028
- imagePullPolicy : Always
8026
+ image : ghcr.io/projectcontour/contour:v1.25.0-rc.1
8027
+ imagePullPolicy : IfNotPresent
8029
8028
name : envoy-initconfig
8030
8029
volumeMounts :
8031
8030
- name : envoy-config
0 commit comments