From 8ca34333d33d099a3a39131af9565c6d1accd45f Mon Sep 17 00:00:00 2001 From: Vasilis Remmas Date: Mon, 11 Mar 2024 12:25:25 +0100 Subject: [PATCH] chore: run make release-build Signed-off-by: Vasilis Remmas --- .../samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml | 4 ++-- deployment/network-operator/values.yaml | 8 ++++---- .../mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml | 4 ++-- ...anox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml | 4 ++-- ...anox.com_v1alpha1_nicclusterpolicy_cr-ocp-hostdev.yaml | 4 ++-- .../mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml | 4 ++-- .../crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml b/config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml index 057f8712c..f784c1089 100644 --- a/config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml +++ b/config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml @@ -19,7 +19,7 @@ spec: ofedDriver: image: doca-driver repository: nvcr.io/nvstaging/mellanox - version: 24.01-0.3.3.1-0 + version: 24.01-0.3.3.1.3 livenessProbe: initialDelaySeconds: 30 periodSeconds: 30 @@ -42,7 +42,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775 + version: v1.4.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/values.yaml b/deployment/network-operator/values.yaml index 40c065ae4..dc0eab9e5 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -147,7 +147,7 @@ sriov-network-operator: sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.1.0-beta.3 sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0 ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.0.3 - sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:2cc723dcbc712290055b763dc9d3c090ba41e929 + sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.6.2 resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.4 webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.1.0-beta.3 # imagePullSecrest for SR-IOV Network Operator related images @@ -220,7 +220,7 @@ ofedDriver: deploy: false image: doca-driver repository: nvcr.io/nvstaging/mellanox - version: 24.01-0.3.3.1-0 + version: 24.01-0.3.3.1.3 initContainer: enable: true repository: ghcr.io/mellanox @@ -285,7 +285,7 @@ rdmaSharedDevicePlugin: deploy: true image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775 + version: v1.4.0 useCdi: false # imagePullSecrets: [] # containerResources: @@ -309,7 +309,7 @@ sriovDevicePlugin: deploy: false image: sriov-network-device-plugin repository: ghcr.io/k8snetworkplumbingwg - version: 2cc723dcbc712290055b763dc9d3c090ba41e929 + version: v3.6.2 useCdi: false # imagePullSecrets: [] # containerResources: diff --git a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml index 62996b846..23a32cdd9 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ipoib.yaml @@ -19,7 +19,7 @@ spec: ofedDriver: image: doca-driver repository: nvcr.io/nvstaging/mellanox - version: 24.01-0.3.3.1-0 + version: 24.01-0.3.3.1.3 upgradePolicy: autoUpgrade: true drain: @@ -40,7 +40,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775 + version: v1.4.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-nvidia-ipam.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml index d6e752f6e..5beb72d63 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-nvidia-ipam.yaml @@ -19,7 +19,7 @@ spec: ofedDriver: image: doca-driver repository: nvcr.io/nvstaging/mellanox - version: 24.01-0.3.3.1-0 + version: 24.01-0.3.3.1.3 upgradePolicy: autoUpgrade: true drain: @@ -40,7 +40,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775 + version: v1.4.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-ocp-hostdev.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp-hostdev.yaml index 699816ac1..c3fcbc71c 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp-hostdev.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp-hostdev.yaml @@ -19,7 +19,7 @@ spec: ofedDriver: image: doca-driver repository: nvcr.io/nvstaging/mellanox - version: 24.01-0.3.3.1-0 + version: 24.01-0.3.3.1.3 upgradePolicy: autoUpgrade: true drain: @@ -31,7 +31,7 @@ spec: sriovDevicePlugin: image: sriov-network-device-plugin repository: ghcr.io/k8snetworkplumbingwg - version: 2cc723dcbc712290055b763dc9d3c090ba41e929 + version: v3.6.2 config: | { "resourceList": [ diff --git a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml index 40fca5cd9..3dd6d99d1 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr-ocp.yaml @@ -19,7 +19,7 @@ spec: ofedDriver: image: doca-driver repository: nvcr.io/nvstaging/mellanox - version: 24.01-0.3.3.1-0 + version: 24.01-0.3.3.1.3 upgradePolicy: autoUpgrade: true drain: @@ -31,7 +31,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775 + version: v1.4.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 a01c0bd48..68a5c8583 100644 --- a/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml +++ b/example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml @@ -19,7 +19,7 @@ spec: ofedDriver: image: doca-driver repository: nvcr.io/nvstaging/mellanox - version: 24.01-0.3.3.1-0 + version: 24.01-0.3.3.1.3 upgradePolicy: autoUpgrade: true drain: @@ -40,7 +40,7 @@ spec: rdmaSharedDevicePlugin: image: k8s-rdma-shared-dev-plugin repository: ghcr.io/mellanox - version: sha-fe7f371c7e1b8315bf900f71cd25cfc1251dc775 + version: v1.4.0 # The config below directly propagates to k8s-rdma-shared-device-plugin configuration. # Replace 'devices' with your (RDMA capable) netdevice name. config: |