Skip to content

Commit fa25420

Browse files
committed
task: update bundle to v25.10.0-beta.6
Signed-off-by: nvidia-ci-cd <[email protected]>
1 parent 3890908 commit fa25420

File tree

2 files changed

+148
-35
lines changed

2 files changed

+148
-35
lines changed

bundle/manifests/mellanox.com_nicclusterpolicies.yaml

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,127 @@ spec:
526526
- repository
527527
- version
528528
type: object
529+
env:
530+
description: List of environment variables to set in the NIC Configuration
531+
Operator and NIC Configuration Daemon containers.
532+
items:
533+
description: EnvVar represents an environment variable present
534+
in a Container.
535+
properties:
536+
name:
537+
description: Name of the environment variable. Must be a
538+
C_IDENTIFIER.
539+
type: string
540+
value:
541+
description: |-
542+
Variable references $(VAR_NAME) are expanded
543+
using the previously defined environment variables in the container and
544+
any service environment variables. If a variable cannot be resolved,
545+
the reference in the input string will be unchanged. Double $$ are reduced
546+
to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e.
547+
"$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)".
548+
Escaped references will never be expanded, regardless of whether the variable
549+
exists or not.
550+
Defaults to "".
551+
type: string
552+
valueFrom:
553+
description: Source for the environment variable's value.
554+
Cannot be used if value is not empty.
555+
properties:
556+
configMapKeyRef:
557+
description: Selects a key of a ConfigMap.
558+
properties:
559+
key:
560+
description: The key to select.
561+
type: string
562+
name:
563+
default: ""
564+
description: |-
565+
Name of the referent.
566+
This field is effectively required, but due to backwards compatibility is
567+
allowed to be empty. Instances of this type with an empty value here are
568+
almost certainly wrong.
569+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
570+
type: string
571+
optional:
572+
description: Specify whether the ConfigMap or its
573+
key must be defined
574+
type: boolean
575+
required:
576+
- key
577+
type: object
578+
x-kubernetes-map-type: atomic
579+
fieldRef:
580+
description: |-
581+
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`,
582+
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
583+
properties:
584+
apiVersion:
585+
description: Version of the schema the FieldPath
586+
is written in terms of, defaults to "v1".
587+
type: string
588+
fieldPath:
589+
description: Path of the field to select in the
590+
specified API version.
591+
type: string
592+
required:
593+
- fieldPath
594+
type: object
595+
x-kubernetes-map-type: atomic
596+
resourceFieldRef:
597+
description: |-
598+
Selects a resource of the container: only resources limits and requests
599+
(limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
600+
properties:
601+
containerName:
602+
description: 'Container name: required for volumes,
603+
optional for env vars'
604+
type: string
605+
divisor:
606+
anyOf:
607+
- type: integer
608+
- type: string
609+
description: Specifies the output format of the
610+
exposed resources, defaults to "1"
611+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
612+
x-kubernetes-int-or-string: true
613+
resource:
614+
description: 'Required: resource to select'
615+
type: string
616+
required:
617+
- resource
618+
type: object
619+
x-kubernetes-map-type: atomic
620+
secretKeyRef:
621+
description: Selects a key of a secret in the pod's
622+
namespace
623+
properties:
624+
key:
625+
description: The key of the secret to select from. Must
626+
be a valid secret key.
627+
type: string
628+
name:
629+
default: ""
630+
description: |-
631+
Name of the referent.
632+
This field is effectively required, but due to backwards compatibility is
633+
allowed to be empty. Instances of this type with an empty value here are
634+
almost certainly wrong.
635+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
636+
type: string
637+
optional:
638+
description: Specify whether the Secret or its key
639+
must be defined
640+
type: boolean
641+
required:
642+
- key
643+
type: object
644+
x-kubernetes-map-type: atomic
645+
type: object
646+
required:
647+
- name
648+
type: object
649+
type: array
529650
logLevel:
530651
default: info
531652
description: LogLevel sets the verbosity level of the logs. info|debug

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

Lines changed: 27 additions & 35 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:47bbc03247faec58cab08bc7adf7c3dc30815c767fbd1b80a97ab7781af95bf9
5+
containerImage: nvcr.io/nvstaging/mellanox/network-operator@sha256:3fe176673d2af5a37e0db3be63aaf63a52c735983e603d59772abf456e060dbb
66
alm-examples: |-
77
[
88
{
@@ -77,19 +77,19 @@ metadata:
7777
},
7878
"maxParallelUpgrades": 1
7979
},
80-
"version": "doca3.2.0-25.10-1.1.7.0-0"
80+
"version": "doca3.2.0-25.10-1.2.8.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:c63fb7f3eef0f2e73d480b8aabe204eb3b3579dfce05e19e9b646502d5f7dad9"
86+
"version": "sha256:3291d13cc223f64dafce5076c36d441930f7cf405da023030acd47a98bab8e29"
8787
}
8888
}
8989
}
9090
]
9191
capabilities: Basic Install
92-
createdAt: "2025-11-05T05:03:25Z"
92+
createdAt: "2025-11-13T13:07:40Z"
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.5
113+
name: nvidia-network-operator.v25.10.0-beta.6
114114
namespace: placeholder
115115
spec:
116116
apiservicedefinitions: {}
@@ -514,8 +514,8 @@ spec:
514514
- name: USE_DTK
515515
value: "true"
516516
- name: OFED_INIT_CONTAINER_IMAGE
517-
value: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:55de5e9b93eeb014e50457b8b243116688d8848d6657ac70f2fd2d1a071cb49f
518-
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:47bbc03247faec58cab08bc7adf7c3dc30815c767fbd1b80a97ab7781af95bf9
517+
value: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:71352b39a9ff8556b95f6fd159f3764df2fcb7e6ab4739f81294dc09ab535eb2
518+
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:3fe176673d2af5a37e0db3be63aaf63a52c735983e603d59772abf456e060dbb
519519
imagePullPolicy: IfNotPresent
520520
livenessProbe:
521521
httpGet:
@@ -622,7 +622,7 @@ spec:
622622
provider:
623623
name: NVIDIA
624624
url: https://github.com/Mellanox/network-operator/
625-
version: 25.10.0-beta.5
625+
version: 25.10.0-beta.6
626626
webhookdefinitions:
627627
- admissionReviewVersions:
628628
- v1
@@ -666,50 +666,42 @@ spec:
666666
webhookPath: /validate-mellanox-com-v1alpha1-nicclusterpolicy
667667
relatedImages:
668668
- name: nvidia-network-operator
669-
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:47bbc03247faec58cab08bc7adf7c3dc30815c767fbd1b80a97ab7781af95bf9
669+
image: nvcr.io/nvstaging/mellanox/network-operator@sha256:3fe176673d2af5a37e0db3be63aaf63a52c735983e603d59772abf456e060dbb
670670
- name: nvidia-network-operator-init-container
671-
image: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:55de5e9b93eeb014e50457b8b243116688d8848d6657ac70f2fd2d1a071cb49f
671+
image: nvcr.io/nvstaging/mellanox/network-operator-init-container@sha256:71352b39a9ff8556b95f6fd159f3764df2fcb7e6ab4739f81294dc09ab535eb2
672672
- name: rdma-shared-device-plugin
673-
image: nvcr.io/nvstaging/mellanox/k8s-rdma-shared-dev-plugin@sha256:c63fb7f3eef0f2e73d480b8aabe204eb3b3579dfce05e19e9b646502d5f7dad9
673+
image: nvcr.io/nvstaging/mellanox/k8s-rdma-shared-dev-plugin@sha256:3291d13cc223f64dafce5076c36d441930f7cf405da023030acd47a98bab8e29
674674
- name: sriov-network-device-plugin
675-
image: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin@sha256:fd3ee5e8699cd543a7fe9640b119141a3d983e8ed2650f6bab44fcff5cb9bf07
675+
image: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin@sha256:ed3e5c83ef98b3298f8301eb353c3eb6428755687dbc889d0d61e2f52eeec571
676676
- name: ib-kubernetes
677-
image: nvcr.io/nvstaging/mellanox/ib-kubernetes@sha256:ca0b040f7300e45dc185e2b6fe536fb38292f5a494b5e9e3bb3f7cb0a6fc9266
677+
image: nvcr.io/nvstaging/mellanox/ib-kubernetes@sha256:1128ea6253272193656e4c4f53b03c0190c0879bd3ed18b0c89b795a1973e43c
678678
- name: ipoib-cni
679-
image: nvcr.io/nvstaging/mellanox/ipoib-cni@sha256:d569b7023287283a85e32ecbce472438e08e632e607ec7e020c574e29bfc6f2b
679+
image: nvcr.io/nvstaging/mellanox/ipoib-cni@sha256:d4c6f89e1d881e465f957037e5865520505e9506a9b1798f9f4e6696e02ee90b
680680
- name: nv-ipam
681-
image: nvcr.io/nvstaging/mellanox/nvidia-k8s-ipam@sha256:f7813577f8d0c2832bbc0afee0941a0621fb8cffbd7761aa739656641300c62d
681+
image: nvcr.io/nvstaging/mellanox/nvidia-k8s-ipam@sha256:0270f35e73f170ca74560a81117d3b350a9d7718773f7436e5634bbdb15104a4
682682
- name: nic-feature-discovery
683-
image: nvcr.io/nvstaging/mellanox/nic-feature-discovery@sha256:532c0dcd74a2241b8a455488d7def8df29f0b71ad4bde8c7fa119e6ccff41e03
683+
image: nvcr.io/nvstaging/mellanox/nic-feature-discovery@sha256:3b54ee443998069f9849ce410a496cf923d9f7c44501bdfe42f9e9706a2fa09d
684684
- name: doca-telemetry-service
685685
image: nvcr.io/nvidia/doca/doca_telemetry@sha256:f0d3c4a00616343e74e465e259a7475d69920a8dbff530117253cb1939e366f6
686686
- name: nic-configuration-operator
687-
image: nvcr.io/nvstaging/mellanox/nic-configuration-operator@sha256:f28721191cb03d7b6cd90e69c28828433a4229b979c5c763b54b3cc640dd916d
687+
image: nvcr.io/nvstaging/mellanox/nic-configuration-operator@sha256:19d842aa0125e2d597a30e0c11448037313ecee0f655c6b64f4f2ceb8b13b6b6
688688
- name: nic-configuration-operator-daemon
689-
image: nvcr.io/nvstaging/mellanox/nic-configuration-operator-daemon@sha256:5fe6cf62792de6506355c3a5348be8382f242f3571bb77244f08ef8a5fa1fb72
689+
image: nvcr.io/nvstaging/mellanox/nic-configuration-operator-daemon@sha256:86eb6452f219c2ff4e2c260fa22e79a532b30ef4336ff0d4cf35127d801ae9f8
690690
- name: spectrum-x-operator
691-
image: nvcr.io/nvstaging/mellanox/spectrum-x-operator@sha256:a80c11a636a8b29d5c1fb54d1891362f77e9777c38a16cf38fc03189a352df01
691+
image: nvcr.io/nvstaging/mellanox/spectrum-x-operator@sha256:28d5bdd5e7b152fc6715c3184a22ec2c0adc9d04d8ef8e9244d07c3241faf6c0
692692
- name: doca-driver-0
693-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:2cfd5fe9d828f4e7778c07248fe0caefacbf6369b328d1f7964b43ac60ef7cfe
693+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:19f2a24b802d65d4cc2100db6361d4aa7b57279d629eca02305eb946955357c0
694694
- name: doca-driver-1
695-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:c9674d0cf1e0c41ee71a7da014db20ce5037a38522188e4852127ce3a296009a
695+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:de4f780f6dd559fc514e0c947ed46641aa4b3101e05595babe70d8122063457a
696696
- name: doca-driver-2
697-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:0477f8cf48c949d62e6907300574986c615313efe7ea65dd52b839d956c655d8
697+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:4412c93edbf154c0ece56f61d29901e2eeab60ce16fa94b45f7e32be1f348f40
698698
- name: doca-driver-3
699-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:379cedb08d0986a21723b9c55d4e2fdfadee894e9d7fff08b0cbdc4a44f2e060
699+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:1a585128df361910b77fe6d54edea69a487cac0cf5bcb1dde2b5221444cb0423
700700
- name: doca-driver-4
701-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:94eaadc4b1a06d254d5fecdb34070481aa98687a4bece4fe51248a68d79ff4f9
701+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:85470b670d530d7d0ab1cb471aeabe91bf38c9ab21faf427d56d9ac483afadbe
702702
- name: doca-driver-5
703-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:9e46a2f3614262a5fe26690daa387fde75366c943db1dca6c72fef72a0e96b46
703+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:94269c12b6f74027a2253620d6d1d61d93202a20bf8944122a9630d85248e53b
704704
- name: doca-driver-6
705-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:79efd77ab4e4a35b6a1c46fd2890c00574f528efc95cacda63b384ff0300274a
705+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:7ecf142d43dd242453471f311cdf9fa1e4d27e707aaebfd323756caf7ed3f47d
706706
- name: doca-driver-7
707-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:1b180e1efc9a359385536f878380712b648503cd488d3d5c6c7d369062d582a8
708-
- name: doca-driver-8
709-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:5d23e106f41f27f67c294ded74487874f2548830e820fa58bdd6e730e419144e
710-
- name: doca-driver-9
711-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:f9ffaabf8fde2caedb46871340ab7014bd636760d782e2f1ca0e069d97883479
712-
- name: doca-driver-10
713-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:09f483fec05bb1f6e5ae4b7841a173bf0c0148eb86eba67b583cea5b62e740e6
714-
- name: doca-driver-11
715-
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:45d2259d3a80cfe74e1ea438010d0d9652f0130f422ecd79904bbe905ec4ac8f
707+
image: nvcr.io/nvstaging/mellanox/doca-driver@sha256:463a4edf892175559397aed64a83bef6c4fd77fe40b3d7e259897c421d4c6a91

0 commit comments

Comments
 (0)