Skip to content

Commit 84e3b19

Browse files
committed
task: update bundle to v25.10.0-beta.3
Signed-off-by: nvidia-ci-cd <[email protected]>
1 parent 9cfabf1 commit 84e3b19

File tree

4 files changed

+61
-30
lines changed

4 files changed

+61
-30
lines changed

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=nvidia-network-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=stable,v25.10
9-
LABEL operators.operatorframework.io.bundle.channel.default.v1=v25.10
9+
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.33.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

bundle/manifests/mellanox.com_nicclusterpolicies.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,27 +1179,43 @@ spec:
11791179
livenessProbe:
11801180
description: Pod liveness probe settings
11811181
properties:
1182+
failureThreshold:
1183+
description: Minimum consecutive failures for the probe to
1184+
be considered failed after having succeeded
1185+
type: integer
11821186
initialDelaySeconds:
11831187
description: Number of seconds after the container has started
11841188
before the probe is initiated
11851189
type: integer
11861190
periodSeconds:
11871191
description: How often (in seconds) to perform the probe
11881192
type: integer
1193+
timeoutSeconds:
1194+
description: Number of seconds after which the probe times
1195+
out
1196+
type: integer
11891197
required:
11901198
- initialDelaySeconds
11911199
- periodSeconds
11921200
type: object
11931201
readinessProbe:
11941202
description: Pod readiness probe settings
11951203
properties:
1204+
failureThreshold:
1205+
description: Minimum consecutive failures for the probe to
1206+
be considered failed after having succeeded
1207+
type: integer
11961208
initialDelaySeconds:
11971209
description: Number of seconds after the container has started
11981210
before the probe is initiated
11991211
type: integer
12001212
periodSeconds:
12011213
description: How often (in seconds) to perform the probe
12021214
type: integer
1215+
timeoutSeconds:
1216+
description: Number of seconds after which the probe times
1217+
out
1218+
type: integer
12031219
required:
12041220
- initialDelaySeconds
12051221
- periodSeconds
@@ -1219,13 +1235,21 @@ spec:
12191235
startupProbe:
12201236
description: Pod startup probe settings
12211237
properties:
1238+
failureThreshold:
1239+
description: Minimum consecutive failures for the probe to
1240+
be considered failed after having succeeded
1241+
type: integer
12221242
initialDelaySeconds:
12231243
description: Number of seconds after the container has started
12241244
before the probe is initiated
12251245
type: integer
12261246
periodSeconds:
12271247
description: How often (in seconds) to perform the probe
12281248
type: integer
1249+
timeoutSeconds:
1250+
description: Number of seconds after which the probe times
1251+
out
1252+
type: integer
12291253
required:
12301254
- initialDelaySeconds
12311255
- periodSeconds

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

Lines changed: 35 additions & 28 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:2ed87445af37ae952f8bd2a2c1a43225c764bd5bcd898720e7446684e4207400
5+
containerImage: nvcr.io/nvstaging/mellanox/network-operator@sha256:507ecd46466dcca7a08dab8ea82b7876069a8b9df57a30402019825140920cff
66
alm-examples: |-
77
[
88
{
@@ -77,19 +77,19 @@ metadata:
7777
},
7878
"maxParallelUpgrades": 1
7979
},
80-
"version": "doca3.2.0-25.10-0.8.4.0-0"
80+
"version": "doca3.2.0-25.10-1.0.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",
8484
"image": "k8s-rdma-shared-dev-plugin",
8585
"repository": "nvcr.io/nvstaging/mellanox",
86-
"version": "sha256:d9adaabc8f69f8a9571e78f6265232818a7c646d7a249d2522f5475bec582615"
86+
"version": "sha256:c086ae3a6d6e074793961a8da568532833a24df33015e9166cfc4dc79208da4a"
8787
}
8888
}
8989
}
9090
]
9191
capabilities: Basic Install
92-
createdAt: "2025-10-14T18:47:36Z"
92+
createdAt: "2025-10-21T21:05:24Z"
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.10.0-beta.2
113+
name: nvidia-network-operator.v25.10.0-beta.3
114114
namespace: placeholder
115115
spec:
116116
apiservicedefinitions: {}
@@ -459,6 +459,7 @@ spec:
459459
verbs:
460460
- get
461461
- list
462+
- patch
462463
- watch
463464
serviceAccountName: nvidia-network-operator-controller-manager
464465
deployments:
@@ -513,8 +514,8 @@ spec:
513514
- name: USE_DTK
514515
value: "true"
515516
- name: OFED_INIT_CONTAINER_IMAGE
516-
value: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:dd491e71f8a1c0d2e09061130c3c282dc60a922e9154204de9ccd3af3e4f265c
517-
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:2ed87445af37ae952f8bd2a2c1a43225c764bd5bcd898720e7446684e4207400
517+
value: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:873db3573c6ada7485219ccbe890f9c01d3afd209e803b4d15aa485285217301
518+
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:507ecd46466dcca7a08dab8ea82b7876069a8b9df57a30402019825140920cff
518519
imagePullPolicy: IfNotPresent
519520
livenessProbe:
520521
httpGet:
@@ -621,7 +622,7 @@ spec:
621622
provider:
622623
name: NVIDIA
623624
url: https://github.com/Mellanox/network-operator/
624-
version: 25.10.0-beta.2
625+
version: 25.10.0-beta.3
625626
webhookdefinitions:
626627
- admissionReviewVersions:
627628
- v1
@@ -665,44 +666,50 @@ spec:
665666
webhookPath: /validate-mellanox-com-v1alpha1-nicclusterpolicy
666667
relatedImages:
667668
- name: nvidia-network-operator
668-
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:2ed87445af37ae952f8bd2a2c1a43225c764bd5bcd898720e7446684e4207400
669+
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:507ecd46466dcca7a08dab8ea82b7876069a8b9df57a30402019825140920cff
669670
- name: nvidia-network-operator-init-container
670-
image: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:dd491e71f8a1c0d2e09061130c3c282dc60a922e9154204de9ccd3af3e4f265c
671+
image: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:873db3573c6ada7485219ccbe890f9c01d3afd209e803b4d15aa485285217301
671672
- name: rdma-shared-device-plugin
672-
image: nvcr.io/nvstaging/mellanox/k8s-rdma-shared-dev-plugin@sha256:d9adaabc8f69f8a9571e78f6265232818a7c646d7a249d2522f5475bec582615
673+
image: nvcr.io/nvstaging/mellanox/k8s-rdma-shared-dev-plugin@sha256:c086ae3a6d6e074793961a8da568532833a24df33015e9166cfc4dc79208da4a
673674
- name: sriov-network-device-plugin
674-
image: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin@sha256:b9161fddfbf281b8d887d6604af56662ed5301600cb3881acc2a6719542fbade
675+
image: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin@sha256:6ee80136729f1dc3ccca1079629db62b2671da1a08b36ac03d70fb8ca575d48f
675676
- name: ib-kubernetes
676-
image: nvcr.io/nvstaging/mellanox/ib-kubernetes@sha256:a80c7afdbe9d1976d0ce6caab965d02063add9d310f6abf8fbb439b121d4f1b3
677+
image: nvcr.io/nvstaging/mellanox/ib-kubernetes@sha256:1eb9a3b01e522c5784387ac9728403efe531afd203b1dce59f84b94217d03f66
677678
- name: ipoib-cni
678-
image: nvcr.io/nvstaging/mellanox/ipoib-cni@sha256:e6cef9466dec944e30d90029b68b79226bef1d57f118d31429c44d45de9b1ed1
679+
image: nvcr.io/nvstaging/mellanox/ipoib-cni@sha256:6e7a0c95c746c1b061b2beaad82aedb1a6464b2f1fb4f3514fa382628fa4b970
679680
- name: nv-ipam
680-
image: nvcr.io/nvstaging/mellanox/nvidia-k8s-ipam@sha256:77af38c94022bfce734faffd914163179945b3a649e1ad60bd13d1d779482d40
681+
image: nvcr.io/nvstaging/mellanox/nvidia-k8s-ipam@sha256:9baef2df2706982de40a489fc649d8cec769876532055208be4be57ef82070ef
681682
- name: nic-feature-discovery
682-
image: nvcr.io/nvstaging/mellanox/nic-feature-discovery@sha256:29cb0f9d11f14f6a6839f96230bb6c6b8d3c9c1cea1ea559f9ee0ee8b619e0db
683+
image: nvcr.io/nvstaging/mellanox/nic-feature-discovery@sha256:970df6ce501aa2bdb213a6fc351dcbc9e592496c851758ac405fa42080285dde
683684
- name: doca-telemetry-service
684685
image: nvcr.io/nvidia/doca/doca_telemetry@sha256:13c2a2d055e501c03c6451413b85476ceafbc2fbffc7443952294c196f3f89f3
685686
- name: nic-configuration-operator
686-
image: nvcr.io/nvstaging/mellanox/nic-configuration-operator@sha256:501795ed6e42b3296979ffb4b9e5275936b8335b286d20abf3e1db88ea0ff5d3
687+
image: nvcr.io/nvstaging/mellanox/nic-configuration-operator@sha256:f3d25b3230a4e27d6a3479d209917dab4e85a3e0eb53830550e6af341c7d641d
687688
- name: nic-configuration-operator-daemon
688-
image: nvcr.io/nvstaging/mellanox/nic-configuration-operator-daemon@sha256:f7a447ba295502b9cd867f835401248a1fc3c796ee24c3d0ec3a23f075cf6ca7
689+
image: nvcr.io/nvstaging/mellanox/nic-configuration-operator-daemon@sha256:6fab02374d02261c4efa3bd0bd2e8ae4f1156479b4938e5ffffb92210803f85e
689690
- name: spectrum-x-operator
690-
image: nvcr.io/nvstaging/mellanox/spectrum-x-operator@sha256:c6cccf0887226dc5bc2c3b7d608994bff662a2afd064761460fc314738ae8007
691+
image: nvcr.io/nvstaging/mellanox/spectrum-x-operator@sha256:c41f77ec943397607b29c0ceaae5e84008b31b13cf18d81f530e3154f4767104
691692
- name: doca-driver-0
692-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:38c0eea5d8ab5c21f201953cd24a98115b594c8e4be087e58b8d990a714d25ed
693+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:914114c3e45846bcdfdeb2953a33193394bd8a7e84b783e8913fd84b4122a47c
693694
- name: doca-driver-1
694-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:6e13a8a61cb89c23c305015c9f207b27af670814b8ca79cf4e09d527467bb170
695+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:2fa97ee41e2db6f661b89067df3874dc914e8e4ce2aee6385bdac1f9762b8c4f
695696
- name: doca-driver-2
696-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:232902fa1d7f26d57bd0bdb8df19f1420ef88a731a4af9095d5e4a26f6ba1146
697+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:23fc3387dcb71acbe8279132a8a238ebc156c40ff735182bd5ad3b1e6db8a742
697698
- name: doca-driver-3
698-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:3b1646ccc38faf344e76b8ca4edeea2787ad0693f13e85d92e47274c935ea8f7
699+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:d68e96a9a0e38803261b72ef23fccff1d54f29ca1c4ca268edc99f4e6b82db47
699700
- name: doca-driver-4
700-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:eb4e1bd364bcfaa09b7aa737d65ed4df85a911f00bdfd5d18e8112eb6192d65b
701+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:b26369f855108802fbe847cf0ff746961986276b214d94c69080cda6f3fb575e
701702
- name: doca-driver-5
702-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:4f19831fb522e7e1b015abd392833a293fcd13bd0c20cd86c53b601f6e93e587
703+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:9595d13c8e7a03c05463717b6c4a197ce723a2c34e27d766b80b573753bb39c1
703704
- name: doca-driver-6
704-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:5a27695852fccb8b80cd943c5ac3015eaade4caaddde070c60bf09fc876d75eb
705+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:5cbe8127f36a3d6f89a26880d61c0be3059b9a71768f1bff86a92abd9e3879cd
705706
- name: doca-driver-7
706-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:a98b1140850944f19d4eae0413cda882e96e5ca599dfc264bc56a3827da53f45
707+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:c00260d02320ca87d555ece2fa53a0ac5d71c1a7ee1f9ff56ab3625fab5f14b8
707708
- name: doca-driver-8
708-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:04687f3b6aff89dcfc9a669a3cd6a3fe8120522a459fb1c690754d855b94a5e6
709+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:6ff8c8c5ac87ebe9ab2850b3d1ac10af3fee2890498b7d5f16b5ce0360f0d254
710+
- name: doca-driver-9
711+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:90263d36ea81633c658d7aaf5152b8e60b0ea078db9ad6ce442d8d1975042086
712+
- name: doca-driver-10
713+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:61856bef2e92b8b8447ffabc44f21ebf3309dd0079f1b1be8c13eb9be6bf64a6
714+
- name: doca-driver-11
715+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:5d361349589156fce80455831f45c58a10f3362237689f40aac15a940b1f639c

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: nvidia-network-operator
77
operators.operatorframework.io.bundle.channels.v1: stable,v25.10
8-
operators.operatorframework.io.bundle.channel.default.v1: v25.10
8+
operators.operatorframework.io.bundle.channel.default.v1: stable
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.33.0
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

0 commit comments

Comments
 (0)