Skip to content

Commit

Permalink
Merge pull request #502 from redhatci/preflight-release-1.11.0
Browse files Browse the repository at this point in the history
Move to Preflight release 1.11.0
  • Loading branch information
tkrishtop authored Dec 10, 2024
2 parents 56679bc + 2dd872c commit fa730ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/preflight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Default
---------------------------------- | ---------------------------------------------------- | -------------------------------------------------------------
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.
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.
preflight_image | quay.io/opdev/preflight:1.10.2 | Optional. [Version of Preflight Cert Suite to run check operator cert suite](https://quay.io/repository/opdev/preflight?tab=tags)
preflight_image | quay.io/opdev/preflight:1.11.0 | Optional. [Version of Preflight Cert Suite to run check operator cert suite](https://quay.io/repository/opdev/preflight?tab=tags)
preflight_namespace | preflight-testing | Optional. Namespace to use for preflight tests
preflight_sa | default | Optional. Service account to use for preflight tests
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.
Expand Down
2 changes: 1 addition & 1 deletion roles/preflight/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
preflight_image: "quay.io/opdev/preflight:1.10.2"
preflight_image: "quay.io/opdev/preflight:1.11.0"
preflight_repo_https: "https://github.com/redhat-openshift-ecosystem/openshift-preflight"
preflight_namespace: preflight-testing
preflight_sa: default
Expand Down

0 comments on commit fa730ef

Please sign in to comment.