ci: update rdma-cni version to 3a26f69 (of branch network-operator-26.4.x)#2265
ci: update rdma-cni version to 3a26f69 (of branch network-operator-26.4.x)#2265nvidia-ci-cd wants to merge 1 commit intomasterfrom
Conversation
Signed-off-by: nvidia-ci-cd <svc-cloud-orch-gh@nvidia.com>
Greptile SummaryThis is an automated CI PR that updates the Key observations:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[CI Automation\nnvidia-ci-cd] -->|Triggers automated update| B[PR #2265]
B --> C{Files Updated}
C --> D[deployment/network-operator/values.yaml\nrdmaCni tag: network-operator-v26.1.0 → 3a26f69]
C --> E[hack/release.yaml\nrdmaCni version: network-operator-v26.1.0 → 3a26f69]
D --> F[nvcr.io/nvstaging/mellanox/rdma-cni:3a26f69]
E --> F
F --> G[Deployed rdma-cni image\nCommit SHA pinned]
Last reviewed commit: "ci: update rdma-cni ..." |
| ibSriovCni: nvcr.io/nvstaging/mellanox/ib-sriov-cni:network-operator-v26.1.0 | ||
| ovsCni: nvcr.io/nvstaging/mellanox/ovs-cni-plugin:network-operator-v26.1.0 | ||
| rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:network-operator-v26.1.0 | ||
| rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:3a26f69 |
There was a problem hiding this comment.
Raw commit SHA used instead of versioned tag
The rdmaCni image tag is being set to 3a26f69, a short git commit SHA, while every other component in this same block uses a consistent, human-readable version tag (network-operator-v26.1.0). This inconsistency makes it harder to audit what version is deployed, compare component versions at a glance, or trace back to a release. The same pattern applies in hack/release.yaml line 120.
If a proper release tag is not yet available for this component, it may be worth tracking the missing tag as a follow-up. If this is intentional as a temporary CI pin, a comment noting that would help reviewers.
Automated CI update for component 'rdma-cni', created by GitHub actions reusable workflow run 23273566552 for release branch network-operator-26.4.x.