From 17253e31c545c2499403016f59a71e5aa673ea3a Mon Sep 17 00:00:00 2001 From: Ivan Kolodiazhnyi Date: Mon, 16 Sep 2024 20:59:54 +0300 Subject: [PATCH] Bump RDMA Shared device plugin to docker pull sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 Signed-off-by: Ivan Kolodiazhnyi --- config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml | 2 +- deployment/network-operator/values.yaml | 2 +- example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml | 2 +- .../crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml | 2 +- .../mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml | 2 +- example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml | 2 +- example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml | 2 +- hack/release.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml b/config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml index 549c0197..1cd1aa97 100644 --- a/config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml +++ b/config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml @@ -42,7 +42,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: v1.5.1 + version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 # The config below directly propagates to k8s-rdma-shared-device-plugin configuration. # Replace 'devices' with your (RDMA capable) netdevice name. config: | diff --git a/deployment/network-operator/values.yaml b/deployment/network-operator/values.yaml index fdef6a5f..04946042 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -341,7 +341,7 @@ rdmaSharedDevicePlugin: # -- RDMA shared device plugin image repository. repository: ghcr.io/mellanox # -- RDMA shared device plugin version. - version: v1.5.1 + version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 # -- Enable Container Device Interface (CDI) mode. # **NOTE**: NVIDIA Network Operator does not configure container runtime to # enable CDI. diff --git a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml index c603925c..aec8b1f2 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml @@ -45,7 +45,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: v1.5.1 + version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 # The config below directly propagates to k8s-rdma-shared-device-plugin configuration. # Replace 'devices' with your (RDMA capable) netdevice name. config: | diff --git a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml index 66186731..5dbf6558 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml @@ -40,7 +40,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: v1.5.1 + version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 # The config below directly propagates to k8s-rdma-shared-device-plugin configuration. # Replace 'devices' with your (RDMA capable) netdevice name. config: | diff --git a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml index a6bcd140..225127fb 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml @@ -40,7 +40,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: v1.5.1 + version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 # The config below directly propagates to k8s-rdma-shared-device-plugin configuration. # Replace 'devices' with your (RDMA capable) netdevice name. config: | diff --git a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml index 57c880e5..e9b857d3 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml @@ -31,7 +31,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: v1.5.1 + version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 # The config below directly propagates to k8s-rdma-shared-device-plugin configuration. # Replace 'devices' with your (RDMA capable) netdevice name. config: | diff --git a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml index 4e6fa882..1c7b0bbb 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml @@ -40,7 +40,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: v1.5.1 + version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 # The config below directly propagates to k8s-rdma-shared-device-plugin configuration. # Replace 'devices' with your (RDMA capable) netdevice name. config: | diff --git a/hack/release.yaml b/hack/release.yaml index 89498316..31fe23ff 100644 --- a/hack/release.yaml +++ b/hack/release.yaml @@ -33,7 +33,7 @@ Mofed: RdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: v1.5.1 + version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5 SriovDevicePlugin: image: sriov-network-device-plugin repository: ghcr.io/k8snetworkplumbingwg