Skip to content

ci: update multus-cni version to 1b7bed7b (of branch network-operator-26.1.x)#2160

Open
nvidia-ci-cd wants to merge 1 commit intomasterfrom
ci/update-multus-cni-version-to-1b7bed7b
Open

ci: update multus-cni version to 1b7bed7b (of branch network-operator-26.1.x)#2160
nvidia-ci-cd wants to merge 1 commit intomasterfrom
ci/update-multus-cni-version-to-1b7bed7b

Conversation

@nvidia-ci-cd
Copy link
Collaborator

Automated CI update for component 'multus-cni', created by GitHub actions reusable workflow run 21872974052 for release branch network-operator-26.1.x.

Signed-off-by: nvidia-ci-cd <svc-cloud-orch-gh@nvidia.com>
@greptile-apps
Copy link

greptile-apps bot commented Feb 10, 2026

Greptile Overview

Greptile Summary

This PR updates the pinned multus-cni component version from network-operator-v26.1.0-beta.6 to 1b7bed7b in hack/release.yaml and in all provided NicClusterPolicy example CRs. This keeps the operator’s release metadata and example manifests aligned with the new Multus image tag so deployments using these references will pull the updated image.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • Changes are limited to version string bumps for the Multus image in release metadata and example manifests; no code or logic changes were introduced.
  • No files require special attention

Important Files Changed

Filename Overview
example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml Updates Multus image version in the full NicClusterPolicy example from network-operator-v26.1.0-beta.6 to the short SHA 1b7bed7b; no structural YAML changes.
example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml Updates Multus version in the ipoib-focused NicClusterPolicy example to 1b7bed7b; otherwise unchanged.
example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml Updates Multus version in the nvidia-ipam NicClusterPolicy example to 1b7bed7b; no other fields changed.
example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml Updates Multus version in the minimal NicClusterPolicy example to 1b7bed7b; no other changes.
hack/release.yaml Bumps Multus component version in hack/release.yaml from network-operator-v26.1.0-beta.6 to 1b7bed7b; other component versions remain pinned to beta.6.

Sequence Diagram

sequenceDiagram
    autonumber
    participant Dev as User/CI
    participant NCP as NicClusterPolicy (CR)
    participant NO as network-operator
    participant K8s as Kubernetes API
    participant Reg as nvcr.io registry

    Dev->>K8s: Apply NicClusterPolicy YAML
    K8s-->>NO: Notify operator via watch
    NO->>NCP: Read spec.secondaryNetwork.multus
    NCP-->>NO: repository=nvcr.io/nvstaging/mellanox
    NCP-->>NO: image=multus-cni
    NCP-->>NO: version=1b7bed7b
    NO->>Reg: Pull image nvcr.io/nvstaging/mellanox/multus-cni:1b7bed7b
    NO->>K8s: Create/Update Multus DaemonSet
    K8s-->>NO: DaemonSet status
    NO-->>Dev: Multus updated per CR
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant