Skip to content

Commit 95de1e6

Browse files
authored
chore: Use tagged version of RDMA Shared Device Plugin (Mellanox#1188)
2 parents 1202011 + ac83dca commit 95de1e6

7 files changed

+7
-7
lines changed

config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
rdmaSharedDevicePlugin:
4343
image: k8s-rdma-shared-dev-plugin
4444
repository: ghcr.io/mellanox
45-
version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
45+
version: v1.5.2
4646
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
4747
# Replace 'devices' with your (RDMA capable) netdevice name.
4848
config: |

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
rdmaSharedDevicePlugin:
4646
image: k8s-rdma-shared-dev-plugin
4747
repository: ghcr.io/mellanox
48-
version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
48+
version: v1.5.2
4949
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
5050
# Replace 'devices' with your (RDMA capable) netdevice name.
5151
config: |

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
rdmaSharedDevicePlugin:
4141
image: k8s-rdma-shared-dev-plugin
4242
repository: ghcr.io/mellanox
43-
version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
43+
version: v1.5.2
4444
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
4545
# Replace 'devices' with your (RDMA capable) netdevice name.
4646
config: |

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
rdmaSharedDevicePlugin:
4141
image: k8s-rdma-shared-dev-plugin
4242
repository: ghcr.io/mellanox
43-
version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
43+
version: v1.5.2
4444
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
4545
# Replace 'devices' with your (RDMA capable) netdevice name.
4646
config: |

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
rdmaSharedDevicePlugin:
3232
image: k8s-rdma-shared-dev-plugin
3333
repository: ghcr.io/mellanox
34-
version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
34+
version: v1.5.2
3535
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
3636
# Replace 'devices' with your (RDMA capable) netdevice name.
3737
config: |

example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
rdmaSharedDevicePlugin:
4141
image: k8s-rdma-shared-dev-plugin
4242
repository: ghcr.io/mellanox
43-
version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
43+
version: v1.5.2
4444
# The config below directly propagates to k8s-rdma-shared-device-plugin configuration.
4545
# Replace 'devices' with your (RDMA capable) netdevice name.
4646
config: |

hack/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Mofed:
3333
RdmaSharedDevicePlugin:
3434
image: k8s-rdma-shared-dev-plugin
3535
repository: ghcr.io/mellanox
36-
version: sha-4f3eb2224b8b5f97be3f17441ddee8d41753b7d5
36+
version: v1.5.2
3737
SriovDevicePlugin:
3838
image: sriov-network-device-plugin
3939
repository: ghcr.io/k8snetworkplumbingwg

0 commit comments

Comments
 (0)