@@ -8288,19 +8288,18 @@ rules:
8288
8288
apiVersion: batch/v1
8289
8289
kind: Job
8290
8290
metadata:
8291
- name: contour-certgen-main
8291
+ name: contour-certgen-v1-26-0
8292
8292
namespace: projectcontour
8293
8293
spec:
8294
- ttlSecondsAfterFinished: 0
8295
8294
template:
8296
8295
metadata:
8297
8296
labels:
8298
8297
app: "contour-certgen"
8299
8298
spec:
8300
8299
containers:
8301
8300
- name: contour
8302
- image: ghcr.io/projectcontour/contour:main
8303
- imagePullPolicy: Always
8301
+ image: ghcr.io/projectcontour/contour:v1.26.0
8302
+ imagePullPolicy: IfNotPresent
8304
8303
command:
8305
8304
- contour
8306
8305
- certgen
@@ -8550,8 +8549,8 @@ spec:
8550
8549
- --contour-key-file=/certs/tls.key
8551
8550
- --config-path=/config/contour.yaml
8552
8551
command: ["contour"]
8553
- image: ghcr.io/projectcontour/contour:main
8554
- imagePullPolicy: Always
8552
+ image: ghcr.io/projectcontour/contour:v1.26.0
8553
+ imagePullPolicy: IfNotPresent
8555
8554
name: contour
8556
8555
ports:
8557
8556
- containerPort: 8001
@@ -8652,8 +8651,8 @@ spec:
8652
8651
args:
8653
8652
- envoy
8654
8653
- shutdown-manager
8655
- image: ghcr.io/projectcontour/contour:main
8656
- imagePullPolicy: Always
8654
+ image: ghcr.io/projectcontour/contour:v1.26.0
8655
+ imagePullPolicy: IfNotPresent
8657
8656
lifecycle:
8658
8657
preStop:
8659
8658
exec:
@@ -8730,8 +8729,8 @@ spec:
8730
8729
- --envoy-key-file=/certs/tls.key
8731
8730
command:
8732
8731
- contour
8733
- image: ghcr.io/projectcontour/contour:main
8734
- imagePullPolicy: Always
8732
+ image: ghcr.io/projectcontour/contour:v1.26.0
8733
+ imagePullPolicy: IfNotPresent
8735
8734
name: envoy-initconfig
8736
8735
volumeMounts:
8737
8736
- name: envoy-config
0 commit comments