@@ -9140,19 +9140,18 @@ rules:
91409140apiVersion: batch/v1
91419141kind: Job
91429142metadata:
9143- name: contour-certgen-main
9143+ name: contour-certgen-v1-33-0
91449144 namespace: projectcontour
91459145spec:
9146- ttlSecondsAfterFinished: 0
91479146 template:
91489147 metadata:
91499148 labels:
91509149 app: "contour-certgen"
91519150 spec:
91529151 containers:
91539152 - name: contour
9154- image: ghcr.io/projectcontour/contour:main
9155- imagePullPolicy: Always
9153+ image: ghcr.io/projectcontour/contour:v1.33.0
9154+ imagePullPolicy: IfNotPresent
91569155 command:
91579156 - contour
91589157 - certgen
@@ -9409,8 +9408,8 @@ spec:
94099408 - --contour-key-file=/certs/tls.key
94109409 - --config-path=/config/contour.yaml
94119410 command: ["contour"]
9412- image: ghcr.io/projectcontour/contour:main
9413- imagePullPolicy: Always
9411+ image: ghcr.io/projectcontour/contour:v1.33.0
9412+ imagePullPolicy: IfNotPresent
94149413 name: contour
94159414 ports:
94169415 - containerPort: 8001
@@ -9505,8 +9504,8 @@ spec:
95059504 args:
95069505 - envoy
95079506 - shutdown-manager
9508- image: ghcr.io/projectcontour/contour:main
9509- imagePullPolicy: Always
9507+ image: ghcr.io/projectcontour/contour:v1.33.0
9508+ imagePullPolicy: IfNotPresent
95109509 lifecycle:
95119510 preStop:
95129511 exec:
@@ -9587,8 +9586,8 @@ spec:
95879586 - --envoy-key-file=/certs/tls.key
95889587 command:
95899588 - contour
9590- image: ghcr.io/projectcontour/contour:main
9591- imagePullPolicy: Always
9589+ image: ghcr.io/projectcontour/contour:v1.33.0
9590+ imagePullPolicy: IfNotPresent
95929591 name: envoy-initconfig
95939592 volumeMounts:
95949593 - name: envoy-config
0 commit comments