diff --git a/examples/contour/02-job-certgen.yaml b/examples/contour/02-job-certgen.yaml index a380480bdb8..2ed43e12127 100644 --- a/examples/contour/02-job-certgen.yaml +++ b/examples/contour/02-job-certgen.yaml @@ -36,7 +36,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.15.1 + name: contour-certgen-v1.15.2 namespace: projectcontour spec: ttlSecondsAfterFinished: 0 @@ -47,7 +47,7 @@ spec: spec: containers: - name: contour - image: docker.io/projectcontour/contour:v1.15.1 + image: docker.io/projectcontour/contour:v1.15.2 imagePullPolicy: Always command: - contour diff --git a/examples/contour/03-contour.yaml b/examples/contour/03-contour.yaml index 0057fadd28f..16a7ccf0d55 100644 --- a/examples/contour/03-contour.yaml +++ b/examples/contour/03-contour.yaml @@ -45,7 +45,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: docker.io/projectcontour/contour:v1.15.1 + image: docker.io/projectcontour/contour:v1.15.2 imagePullPolicy: Always name: contour ports: diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index f8f354afc32..4821e1f3668 100644 --- a/examples/contour/03-envoy.yaml +++ b/examples/contour/03-envoy.yaml @@ -29,7 +29,7 @@ spec: args: - envoy - shutdown-manager - image: docker.io/projectcontour/contour:v1.15.1 + image: docker.io/projectcontour/contour:v1.15.2 imagePullPolicy: Always lifecycle: preStop: @@ -113,7 +113,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: docker.io/projectcontour/contour:v1.15.1 + image: docker.io/projectcontour/contour:v1.15.2 imagePullPolicy: Always name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index 6835eb98b1d..c19cfb557e7 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -2688,7 +2688,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.15.1 + name: contour-certgen-v1.15.2 namespace: projectcontour spec: ttlSecondsAfterFinished: 0 @@ -2699,7 +2699,7 @@ spec: spec: containers: - name: contour - image: docker.io/projectcontour/contour:v1.15.1 + image: docker.io/projectcontour/contour:v1.15.2 imagePullPolicy: Always command: - contour @@ -2969,7 +2969,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: docker.io/projectcontour/contour:v1.15.1 + image: docker.io/projectcontour/contour:v1.15.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -3058,7 +3058,7 @@ spec: args: - envoy - shutdown-manager - image: docker.io/projectcontour/contour:v1.15.1 + image: docker.io/projectcontour/contour:v1.15.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -3142,7 +3142,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: docker.io/projectcontour/contour:v1.15.1 + image: docker.io/projectcontour/contour:v1.15.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: