ROX-14973: Use batch/v1 in 3.73 for compatibility with OCP 4.12#4791
ROX-14973: Use batch/v1 in 3.73 for compatibility with OCP 4.12#4791JoukoVirtanen wants to merge 2 commits intorelease-3.73from
Conversation
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
porridge
left a comment
There was a problem hiding this comment.
IIRC the oldest OpenShift we need to support is 4.8, based on k8s 1.21, which mentions:
- Promote CronJobs to batch/v1 [...]
|
/retest |
|
I think this change needs a CHANGELOG.md record. |
|
I understand that E2E tests fail apart here (e.g. this job) because OSCI tries to merge the code with |
|
Images are ready for the commit at 024ecc9. To use with deploy scripts, first |
|
@JoukoVirtanen: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Will be replaced by #4829 |
Description
Brings in the changes from here #3854 to 3.73 to fix https://issues.redhat.com/browse/ROX-14973
Checklist
Testing Performed
Planned testing
infractl create openshift-4 jouko-0208-ocp-4-12-1 --description "Testing bug with k8s 1.25" --arg openshift-version=ocp/4.12.1
export CENTRAL_IMAGE_REGISTRY=quay.io/stackrox-io
export CENTRAL_IMAGE_NAME=main
export CENTRAL_IMAGE_TAG=3.73.2
export SCANNER_DBIMAGE_REGISTRY=quay.io/stackrox-io
export SCANNER_DBIMAGE_NAME=scanner-db
export SCANNER_DBIMAGE_TAG=2.27.5
export IMAGE_MAIN_REGISTRY=quay.io/stackrox-io
export IMAGE_MAIN_NAME=main
export IMAGE_MAIN_TAG=3.73.2
collector_image_tag=3.12.1
Deploy using helm. Confirm that the NetworkGraph is not correct. Switch to patch version and confirm that it working correctly.