Skip to content

Commit 38bafe3

Browse files
Bump preflight version to v1.14.1 (#8253)
1 parent e001541 commit 38bafe3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/certify-ubi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
description: "Preflight version to use"
1818
required: false
1919
type: string
20-
default: "1.11.1"
20+
default: "1.14.1"
2121
platforms:
2222
description: A comma separated list of architectures in the image manifest to certify
2323
required: false

.github/workflows/image-promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
image: quay.io/nginx/nginx-ingress:edge-ubi
410410
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
411411
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
412-
preflight_version: 1.11.1
412+
preflight_version: 1.14.1
413413

414414
scan-docker-oss:
415415
name: Scan ${{ matrix.image }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
image: quay.io/nginx/nginx-ingress:${{ inputs.nic_version }}-ubi
305305
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
306306
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
307-
preflight_version: 1.13.3
307+
preflight_version: 1.14.1
308308

309309
## Disable operator release step for now until nginx-bot issue is resolved, manually trigger workflow in nginx-ingress-helm-operator
310310
# operator:

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ jobs:
184184
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
185185
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
186186
platforms: ""
187-
preflight_version: 1.11.1
187+
preflight_version: 1.14.1
188188
submit: ${{ ! inputs.dry_run || true }}

0 commit comments

Comments
 (0)