Skip to content

Commit

Permalink
chore: add network operator image to related image
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <[email protected]>
  • Loading branch information
rollandf committed Sep 3, 2024
1 parent d62771e commit f19cc62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-08-21T11:11:45Z"
createdAt: "2024-09-03T09:44:39Z"
description: Deploy and manage NVIDIA networking resources in Kubernetes
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
Expand Down Expand Up @@ -754,6 +754,8 @@ spec:
type: ValidatingAdmissionWebhook
webhookPath: /validate-mellanox-com-v1alpha1-nicclusterpolicy
relatedImages:
- name: nvidia-network-operator
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:0503d0384a494869d3e1e86e2d4b18d729fff64fa97a885952b98d4421f0b5ae
- name: nvidia-network-operator-init-container
image: ghcr.io/mellanox/network-operator-init-container@sha256:1699d23027ea30c9fa59575a914114bdfd5a87a359caf8c0a9b16d409ec0d068
- name: rdma-Shared-device-plugin
Expand Down
2 changes: 2 additions & 0 deletions hack/templates/related-images/related_images.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
relatedImages:
- name: nvidia-network-operator
image: {{ (imageAsSha .NetworkOperator) }}
- name: nvidia-network-operator-init-container
image: {{ (imageAsSha .NetworkOperatorInitContainer) }}
- name: rdma-Shared-device-plugin
Expand Down

0 comments on commit f19cc62

Please sign in to comment.