Skip to content

Commit 948fb75

Browse files
authored
Merge pull request #823 from redhatci/preflight-release-1.15.2
Move to Preflight release 1.15.2
2 parents b2ac17a + d08fb54 commit 948fb75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/preflight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Default
1010
---------------------------------- | ---------------------------------------------------- | -------------------------------------------------------------
1111
preflight_operators_to_certify | undefined | Mandatory for end-to-end operator certification. List of operators to be checked for certification with Preflight Cert Suite. Please check [example_preflight_config.yaml](#operator-end-to-end-certification) for the example.
1212
preflight_containers_to_certify | undefined | Mandatory for standalone container certification. List of containers to be checked for certification with Preflight Cert Suite. Please check [example_preflight_config.yaml](#certification-of-standalone-containers) for the example.
13-
preflight_image | quay.io/opdev/preflight:1.15.1 | Optional. [Version of Preflight Cert Suite to run check operator cert suite](https://quay.io/repository/opdev/preflight?tab=tags)
13+
preflight_image | quay.io/opdev/preflight:1.15.2 | Optional. [Version of Preflight Cert Suite to run check operator cert suite](https://quay.io/repository/opdev/preflight?tab=tags)
1414
preflight_namespace | preflight-testing | Optional. Namespace to use for preflight tests
1515
preflight_sa | default | Optional. Service account to use for preflight tests
1616
pyxis_apikey_path | undefined | Optional. This is a path to file that contains partner's token. Partner should generate this token in connect.redhat.com. The token is shared for all projects within one partner.

roles/preflight/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
preflight_image: "quay.io/opdev/preflight:1.15.1"
2+
preflight_image: "quay.io/opdev/preflight:1.15.2"
33
preflight_repo_https: "https://github.com/redhat-openshift-ecosystem/openshift-preflight"
44
preflight_namespace: preflight-testing
55
preflight_sa: default

0 commit comments

Comments
 (0)