RHDH: promote mapt to v0.14.3 and Kubernetes 1.36 - #82854
Conversation
Mirror quay.io/redhat-developer/mapt:v0.14.3 as ci/mapt:v0.14.3 and drop unused v0.11.1/v0.13.0 mirror entries. Point AKS/EKS MapT steps at the new tag, adopt Azure --force-destroy, and set main MAPT_KUBERNETES_VERSION to 1.36. Verified via openshift#82807 rehearsals.
WalkthroughMAPT nightly jobs now target Kubernetes 1.36 and use image v0.14.3. AKS cleanup commands now use ChangesMAPT configuration and image updates
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@ci-operator/step-registry/redhat-developer/rhdh/aks/mapt/destroy/redhat-developer-rhdh-aks-mapt-destroy-commands.sh`:
- Around line 32-38: Update the destroy failure check that inspects output with
grep to use a here-string instead of piping echo into grep. Ensure matching
error output, including output larger than the pipe buffer, cannot be reported
as successful under pipefail and the existing exit-code handling remains
unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: b619bebc-02fb-4dc2-96ed-6c9316252919
📒 Files selected for processing (11)
ci-operator/config/redhat-developer/rhdh/redhat-developer-rhdh-main.yamlci-operator/step-registry/redhat-developer/rhdh/aks/mapt/create/redhat-developer-rhdh-aks-mapt-create-commands.shci-operator/step-registry/redhat-developer/rhdh/aks/mapt/create/redhat-developer-rhdh-aks-mapt-create-ref.yamlci-operator/step-registry/redhat-developer/rhdh/aks/mapt/destroy/redhat-developer-rhdh-aks-mapt-destroy-commands.shci-operator/step-registry/redhat-developer/rhdh/aks/mapt/destroy/redhat-developer-rhdh-aks-mapt-destroy-ref.yamlci-operator/step-registry/redhat-developer/rhdh/aks/mapt/orphaned/destroy/redhat-developer-rhdh-aks-mapt-orphaned-destroy-commands.shci-operator/step-registry/redhat-developer/rhdh/aks/mapt/orphaned/destroy/redhat-developer-rhdh-aks-mapt-orphaned-destroy-ref.yamlci-operator/step-registry/redhat-developer/rhdh/eks/mapt/create/redhat-developer-rhdh-eks-mapt-create-ref.yamlci-operator/step-registry/redhat-developer/rhdh/eks/mapt/destroy/redhat-developer-rhdh-eks-mapt-destroy-ref.yamlci-operator/step-registry/redhat-developer/rhdh/eks/mapt/orphaned/destroy/redhat-developer-rhdh-eks-mapt-orphaned-destroy-ref.yamlcore-services/image-mirroring/_config.yaml
|
/pj-rehearse ack |
|
@zdrapela: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: albarbaro, Prucek, zdrapela The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@zdrapela: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
Summary
Promote RHDH AKS/EKS CI to mapt v0.14.3 and main Kubernetes 1.36, after verification on #82807.
https://redhat.atlassian.net/browse/RHIDP-16008
Changes
ci/mapt:v0.14.3→quay.io/redhat-developer/mapt:v0.14.3; remove unusedci/mapt:v0.11.1andci/mapt:v0.13.0from_imagetags →v0.14.3--force-destroy: adopt Azure destroy flag (parity with EKS); remove locked-stack early-exitMAPT_KUBERNETES_VERSION: "1.36"on AKS/EKS helm + operator nightlies. Release versions remain aligned with https://access.redhat.com/support/policy/updates/developerhubVerification (#82807)
Note
After merge, the image-mirror job must populate
ci/mapt:v0.14.3before nightlies that pull that tag are fully safe./cc @albarbaro @kadel
Made with Cursor
Summary by CodeRabbit
v0.14.3and Kubernetes1.36.ci/mapt:v0.14.3and removes unused MapT versions.#82807. The image-mirror job must populate the new image after merge.