From 07f79d7b409b5ff89320994a482893c1dcce7fbe Mon Sep 17 00:00:00 2001 From: Ivan Kolodiazhnyi Date: Wed, 6 Oct 2021 15:51:46 +0300 Subject: [PATCH] Update RDMA Shared device plugin to v1.2.0 Signed-off-by: Ivan Kolodiazhnyi --- README.md | 2 +- deployment/network-operator/README.md | 2 +- deployment/network-operator/values.yaml | 2 +- example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml | 2 +- example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a73f0d844..21bcc6f14 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: mellanox - version: v1.1.0 + version: v1.2.0 # 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/README.md b/deployment/network-operator/README.md index 16112e5d0..0f036d72c 100644 --- a/deployment/network-operator/README.md +++ b/deployment/network-operator/README.md @@ -201,7 +201,7 @@ Production cluster environment can deny direct access to the Internet and instea | `rdmaSharedDevicePlugin.deploy` | bool | `true` | Deploy RDMA Shared device plugin | | `rdmaSharedDevicePlugin.repository` | string | `mellanox` | RDMA Shared device plugin image repository | | `rdmaSharedDevicePlugin.image` | string | `k8s-rdma-shared-dev-plugin` | RDMA Shared device plugin image name | -| `rdmaSharedDevicePlugin.version` | string | `v1.1.0` | RDMA Shared device plugin version | +| `rdmaSharedDevicePlugin.version` | string | `v1.2.0` | RDMA Shared device plugin version | | `rdmaSharedDevicePlugin.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the RDMA Shared device plugin image | | `rdmaSharedDevicePlugin.resources` | list | See below | RDMA Shared device plugin resources | diff --git a/deployment/network-operator/values.yaml b/deployment/network-operator/values.yaml index f49f536cc..43778c7e4 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -136,7 +136,7 @@ rdmaSharedDevicePlugin: deploy: true image: k8s-rdma-shared-dev-plugin repository: mellanox - version: v1.1.0 + version: v1.2.0 imagePullSecrets: [] # The following defines the RDMA resources in the cluster # it must be provided by the user when deploying the chart diff --git a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml index e6ae95650..642bb5dc4 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml @@ -23,7 +23,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: mellanox - version: v1.1.0 + version: v1.2.0 # 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 22607bb1e..4a967392a 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml @@ -32,7 +32,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: mellanox - version: v1.1.0 + version: v1.2.0 # The config below directly propagates to k8s-rdma-shared-device-plugin configuration. # Replace 'devices' with your (RDMA capable) netdevice name. config: |