@@ -8923,19 +8923,18 @@ rules:
8923
8923
apiVersion: batch/v1
8924
8924
kind: Job
8925
8925
metadata:
8926
- name: contour-certgen-main
8926
+ name: contour-certgen-v1-30-0
8927
8927
namespace: projectcontour
8928
8928
spec:
8929
- ttlSecondsAfterFinished: 0
8930
8929
template:
8931
8930
metadata:
8932
8931
labels:
8933
8932
app: "contour-certgen"
8934
8933
spec:
8935
8934
containers:
8936
8935
- name: contour
8937
- image: ghcr.io/projectcontour/contour:main
8938
- imagePullPolicy: Always
8936
+ image: ghcr.io/projectcontour/contour:v1.30.0
8937
+ imagePullPolicy: IfNotPresent
8939
8938
command:
8940
8939
- contour
8941
8940
- certgen
@@ -9193,8 +9192,8 @@ spec:
9193
9192
- --contour-key-file=/certs/tls.key
9194
9193
- --config-path=/config/contour.yaml
9195
9194
command: ["contour"]
9196
- image: ghcr.io/projectcontour/contour:main
9197
- imagePullPolicy: Always
9195
+ image: ghcr.io/projectcontour/contour:v1.30.0
9196
+ imagePullPolicy: IfNotPresent
9198
9197
name: contour
9199
9198
ports:
9200
9199
- containerPort: 8001
@@ -9289,8 +9288,8 @@ spec:
9289
9288
args:
9290
9289
- envoy
9291
9290
- shutdown-manager
9292
- image: ghcr.io/projectcontour/contour:main
9293
- imagePullPolicy: Always
9291
+ image: ghcr.io/projectcontour/contour:v1.30.0
9292
+ imagePullPolicy: IfNotPresent
9294
9293
lifecycle:
9295
9294
preStop:
9296
9295
exec:
@@ -9371,8 +9370,8 @@ spec:
9371
9370
- --envoy-key-file=/certs/tls.key
9372
9371
command:
9373
9372
- contour
9374
- image: ghcr.io/projectcontour/contour:main
9375
- imagePullPolicy: Always
9373
+ image: ghcr.io/projectcontour/contour:v1.30.0
9374
+ imagePullPolicy: IfNotPresent
9376
9375
name: envoy-initconfig
9377
9376
volumeMounts:
9378
9377
- name: envoy-config
0 commit comments