Skip to content

Commit 9ff1b7a

Browse files
authored
task: update bundle to v25.1.0-rc.2 (#1344)
Created by the *ocp-bundle* job in [Mellanox/network-operator OCP bundle CI](https://github.com/Mellanox/network-operator/actions/runs/13454485843).
2 parents 9aa1037 + ce41020 commit 9ff1b7a

File tree

2 files changed

+50
-22
lines changed

2 files changed

+50
-22
lines changed

bundle/manifests/mellanox.com_nicclusterpolicies.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ spec:
562562
properties:
563563
certConfig:
564564
description: 'Optional: Custom TLS certificates configuration
565-
for driver container'
565+
for DOCA driver container'
566566
properties:
567567
name:
568568
description: Name of the ConfigMap
@@ -608,8 +608,8 @@ spec:
608608
type: object
609609
type: array
610610
env:
611-
description: List of environment variables to set in the OFED
612-
container.
611+
description: List of environment variables to set in the DOCA
612+
driver container.
613613
items:
614614
description: EnvVar represents an environment variable present
615615
in a Container.
@@ -731,8 +731,8 @@ spec:
731731
forcePrecompiled:
732732
default: false
733733
description: |-
734-
ForcePrecompiled specifies if only MOFED precompiled images are allowed
735-
If set to false and precompiled image does not exists, MOFED drivers will be compiled on Nodes
734+
ForcePrecompiled specifies if only DOCA driver precompiled images are allowed
735+
If set to false and precompiled image does not exists, DOCA driver will be compiled on Nodes
736736
If set to true and precompiled image does not exists, OFED state will be Error.
737737
type: boolean
738738
image:
@@ -777,7 +777,7 @@ spec:
777777
type: object
778778
repoConfig:
779779
description: 'Optional: Custom package repository configuration
780-
for OFED container'
780+
for DOCA driver container'
781781
properties:
782782
name:
783783
description: Name of the ConfigMap
@@ -805,12 +805,12 @@ spec:
805805
default: 300
806806
description: |-
807807
TerminationGracePeriodSeconds specifies the length of time in seconds
808-
to wait before killing the OFED pod on termination
808+
to wait before killing the DOCA driver container pod on termination
809809
format: int64
810810
minimum: 0
811811
type: integer
812812
upgradePolicy:
813-
description: Ofed auto-upgrade settings
813+
description: DOCA driver auto-upgrade settings
814814
properties:
815815
autoUpgrade:
816816
default: false

bundle/manifests/nvidia-network-operator.clusterserviceversion.yaml

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
44
annotations:
5-
containerImage: nvcr.io/nvstaging/mellanox/network-operator@sha256:83e12e2182000b33cf730db54c189c4e6d05c06df45935f99cf4e2777e1c7de2
5+
containerImage: nvcr.io/nvstaging/mellanox/network-operator@sha256:cc637144375d44ec2e9b99c6f80e039e1ab777fee7d561d3f184d7d3b410f22b
66
alm-examples: |-
77
[
88
{
@@ -77,7 +77,7 @@ metadata:
7777
},
7878
"maxParallelUpgrades": 1
7979
},
80-
"version": "25.01-0.5.4.0-0"
80+
"version": "25.01-0.6.0.0-0"
8181
},
8282
"rdmaSharedDevicePlugin": {
8383
"config": "{\n \"configList\": [\n {\n \"resourceName\": \"rdma_shared_device_a\",\n \"rdmaHcaMax\": 63,\n \"selectors\": {\n \"vendors\": [\"15b3\"]\n }\n }\n ]\n}\n",
@@ -89,7 +89,7 @@ metadata:
8989
}
9090
]
9191
capabilities: Basic Install
92-
createdAt: "2025-02-03T11:44:39Z"
92+
createdAt: "2025-02-21T10:10:18Z"
9393
description: Deploy and manage NVIDIA networking resources in Kubernetes
9494
features.operators.openshift.io/cnf: "false"
9595
features.operators.openshift.io/cni: "true"
@@ -110,7 +110,7 @@ metadata:
110110
labels:
111111
operatorframework.io/arch.amd64: supported
112112
operatorframework.io/arch.arm64: supported
113-
name: nvidia-network-operator.v25.1.0-rc.1
113+
name: nvidia-network-operator.v25.1.0-rc.2
114114
namespace: placeholder
115115
spec:
116116
apiservicedefinitions: {}
@@ -456,7 +456,7 @@ spec:
456456
value: "true"
457457
- name: OFED_INIT_CONTAINER_IMAGE
458458
value: ghcr.io/mellanox/network-operator-init-container@sha256:67e93ccf3ecb61f17597567faf0f72e1b8ddcf73c5d7440baeadcc1cb6bb811b
459-
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:83e12e2182000b33cf730db54c189c4e6d05c06df45935f99cf4e2777e1c7de2
459+
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:cc637144375d44ec2e9b99c6f80e039e1ab777fee7d561d3f184d7d3b410f22b
460460
imagePullPolicy: IfNotPresent
461461
livenessProbe:
462462
httpGet:
@@ -563,7 +563,7 @@ spec:
563563
provider:
564564
name: NVIDIA
565565
url: https://github.com/Mellanox/network-operator/
566-
version: 25.1.0-rc.1
566+
version: 25.1.0-rc.2
567567
webhookdefinitions:
568568
- admissionReviewVersions:
569569
- v1
@@ -607,7 +607,7 @@ spec:
607607
webhookPath: /validate-mellanox-com-v1alpha1-nicclusterpolicy
608608
relatedImages:
609609
- name: nvidia-network-operator
610-
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:83e12e2182000b33cf730db54c189c4e6d05c06df45935f99cf4e2777e1c7de2
610+
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:cc637144375d44ec2e9b99c6f80e039e1ab777fee7d561d3f184d7d3b410f22b
611611
- name: nvidia-network-operator-init-container
612612
image: ghcr.io/mellanox/network-operator-init-container@sha256:67e93ccf3ecb61f17597567faf0f72e1b8ddcf73c5d7440baeadcc1cb6bb811b
613613
- name: rdma-shared-device-plugin
@@ -617,22 +617,50 @@ spec:
617617
- name: ib-kubernetes
618618
image: ghcr.io/mellanox/ib-kubernetes@sha256:100e6addf99d5b44e81cb3aa8d2fc892fced1de3183190931961b92ee924207b
619619
- name: ipoib-cni
620-
image: ghcr.io/mellanox/ipoib-cni@sha256:81646c07e27ce1df2603050a75dd267f264685fdc64c285eca3925ae98ed5392
620+
image: ghcr.io/mellanox/ipoib-cni@sha256:56f19687b0b956ba45bf079cf3a655b0d1bad0314da9d5ecfe0f4d98ff31fc86
621621
- name: nv-ipam
622622
image: ghcr.io/mellanox/nvidia-k8s-ipam@sha256:47e1bb84ac97f9af49f97b49c2de44b4ba82b890b487880edc5c9adf86a176f7
623623
- name: nic-feature-discovery
624624
image: ghcr.io/mellanox/nic-feature-discovery@sha256:92dda9434519de39be0f94c80787766e3399e8b238d14839360aff4d6232a09b
625625
- name: doca-telemetry-service
626626
image: nvcr.io/nvidia/doca/doca_telemetry@sha256:866971717cb2683f2742d265c9793f93242f55b6e8bd9a0a88a558869f9b9cd7
627627
- name: doca-driver-0
628-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:f5fe09d79b86fa76bac26ae0d24813887ab9c7549814edc1392d4c0ade0123e3
628+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:08b651bbf4fa388a31da6eb130050bc8692b33854e6eb7b1248192cbe88f42bd
629629
- name: doca-driver-1
630-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:2a91b449aa0c7b44b8e86391e4846381287688d51cc45049cb3bf874e2da826a
630+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:ca213423b1be1dd1301137b5a3976e6f662ba973715511857d2568ff7e0785fa
631631
- name: doca-driver-2
632-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:b20fdcbf8a9b626d5653470b0254f6dd6880087b26adf2da5a611efd0c7e5d50
632+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:7be948edbf8947762d76a7bddc9e5513cf51557f071d8fe9c58b6ac84a3ce661
633633
- name: doca-driver-3
634-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:8c132819ed6f4b4f5f684d7d416daef5ad52a42f1215d928ac8e439212417cda
634+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:d62df8a92e7e976e49bd71ddcdb78a8dee61bb30ec52d449c4a13b035b282e41
635635
- name: doca-driver-4
636-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:43d2a51d10d5d00e0e995f6c7827ee005a443ae93a86c1ef4922a0207637cef7
636+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:ccd933cd9c8382596e8412c66b071db581f4c387754089335434eaba9ee40530
637637
- name: doca-driver-5
638-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:39536e5a26430474ab550cec1e7b19e1b75426923441f818d4d8c638e64dd708
638+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:bab2bb435803e29938fd2f5e39366caeca397d3ad4d0002d3f60f8ce5c39b33d
639+
- name: doca-driver-6
640+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:812828d384bc37c94f8dad44cb0534b13a555a345ccc4ae5bc20ddc8d66564f5
641+
- name: doca-driver-7
642+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:b5251a04dbccb0ff33cf08f010e9bd6b117174237460381de72e700b16f23240
643+
- name: doca-driver-8
644+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:1ab6b722b17386af977bc72c1c8f7e01313e11b8d22b1d0ef327f30c6853b702
645+
- name: doca-driver-9
646+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:eec4fbd278a8dc2752a32de2a859dcf96632c156b269308820e613e6e87a6914
647+
- name: doca-driver-10
648+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:95bfedbf868263949c855fa2a5b95786939ef69c9471c5a41dc987165bf5e3f6
649+
- name: doca-driver-11
650+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:e529e7c86f4d410c6adbfda1f97f39ef0e68bd9885241d5818962062f69622f4
651+
- name: doca-driver-12
652+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:af3649da9c17edc0509d3dbf1bf4146b58a60510356b767fe3a362ac53bee9ca
653+
- name: doca-driver-13
654+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:b520a52ce51d4064d82303d1b8368202b7107a00b07d0820719e1e8d1c599ac2
655+
- name: doca-driver-14
656+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:b5128b5d1554b6215fcfef49fea19078cdb02b1823cd78cfd6a9940257a63730
657+
- name: doca-driver-15
658+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:7980f3185e1d0ea10ba8d606dcd201a1bc5327c6c9a078aa5aa4b1db01fc23f8
659+
- name: doca-driver-16
660+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:ee2fde985302c1b3db3a4273964727a234eee86cd7df294ebcec18d5d709edd7
661+
- name: doca-driver-17
662+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:52bc65ed485ce00940673fd7bc07723aaa8afc134c6b7add7d1c1f107eb50e4a
663+
- name: doca-driver-18
664+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:bbfecf01b19f493f0b11227e6ebf57466b453bad08ccda1c8e77aed5cbbbeeb7
665+
- name: doca-driver-19
666+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:9bd4fdbcb068789aae46160d7a2e7189405b6c2c544b13aeebec6ea2352d5ff2

0 commit comments

Comments
 (0)