task: update bundle to v26.4.1-rc.2#2848
Conversation
Signed-off-by: nvidia-ci-cd <svc-cloud-orch-gh@nvidia.com>
Greptile SummaryThis PR updates the v26.4.x OCP bundle to
Confidence Score: 4/5The bundle can expose an RC staging image set through the stable/default channel.
bundle/metadata/annotations.yaml; bundle/manifests/nvidia-network-operator.clusterserviceversion.yaml
|
| Filename | Overview |
|---|---|
| bundle.Dockerfile | Reorders the bundle channels label to stable,v26.4; the order itself is unlikely to affect OLM selection. |
| bundle/metadata/annotations.yaml | Keeps stable as the default channel for an RC bundle, which can expose the RC to stable subscriptions. |
| bundle/manifests/nvidia-network-operator.clusterserviceversion.yaml | Updates the CSV to 26.4.1-rc.2 and changes most runtime and related images to nvstaging repositories. |
Reviews (1): Last reviewed commit: "task: update bundle to v26.4.1-rc.2" | Re-trigger Greptile
| operators.operatorframework.io.bundle.channels.v1: stable,v26.4 | ||
| operators.operatorframework.io.bundle.channel.default.v1: stable |
There was a problem hiding this comment.
This bundle advertises 26.4.1-rc.2 on the stable channel and keeps stable as the default. If the bundle is added to a catalog used by stable subscriptions, OLM can select this release-candidate CSV and deploy the staging image set instead of a production build.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
| value: nvcr.io/nvidia/mellanox/network-operator-init-container@sha256:d1fcdf836604591d018628f9ac8ecec30d14cee85e2aa1ea6fe762cfe463df75 | ||
| image: nvcr.io/nvidia/cloud-native/network-operator@sha256:07867535ee9853e9da28824e1334fe3577e5c843c6c54e372b6e86cae09bd0fd | ||
| value: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:aed545a13789e2deece22d4fcff904903d2658664c4cfdf3d27d2a48bd8ee612 | ||
| image: nvcr.io/nvstaging/mellanox/network-operator@sha256:0b4add57d995c737f9fd79e04cddde918ee86d0a18ba587c13fc95e925839faf |
There was a problem hiding this comment.
Staging Registry Pulls Production
The deployed operator image now points at nvcr.io/nvstaging/mellanox, and the CSV also uses nvstaging for the init image and most related images. When this bundle is installed or mirrored from a production catalog, clusters that only have production NVIDIA registry access can hit image pull or disconnected mirroring failures before the operator becomes ready.
Created by the ocp-bundle job in Mellanox/network-operator OCP bundle CI.