From 7d7c9ebe85770d050335563e1c114b66e468b1b7 Mon Sep 17 00:00:00 2001 From: Ivan Kolodiazhnyi Date: Mon, 6 Jan 2025 17:28:43 +0200 Subject: [PATCH] chore: Revert SR-IOV Operator Chart.yaml changes and fix images Signed-off-by: Ivan Kolodiazhnyi --- .../charts/sriov-network-operator/Chart.yaml | 8 ++++---- deployment/network-operator/values.yaml | 4 ++-- hack/release.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deployment/network-operator/charts/sriov-network-operator/Chart.yaml b/deployment/network-operator/charts/sriov-network-operator/Chart.yaml index 88a50fffc..8c7a62e95 100644 --- a/deployment/network-operator/charts/sriov-network-operator/Chart.yaml +++ b/deployment/network-operator/charts/sriov-network-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -name: sriov-network-operator-chart -version: 0.0.0-dev -kubeVersion: '>= 1.24.0-0' -appVersion: v0.0.0-dev +name: sriov-network-operator +version: 0.1.0 +kubeVersion: '>= 1.16.0-0' +appVersion: 1.2.0 description: SR-IOV network operator configures and manages SR-IOV networks in the kubernetes cluster type: application keywords: diff --git a/deployment/network-operator/values.yaml b/deployment/network-operator/values.yaml index 2e39d820e..84e405a0a 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -153,14 +153,14 @@ sriov-network-operator: # Image URIs for sriov-network-operator components. images: operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:73f66a5 - sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.1.0-beta.1 + sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:73f66a5 sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1 ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.1.1 ovsCni: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.37.0 # rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0 sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.8.0 resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e - webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1.0-beta.1 + webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:73f66a5 # imagePullSecrest for SR-IOV Network Operator related images # imagePullSecrets: [] sriovOperatorConfig: diff --git a/hack/release.yaml b/hack/release.yaml index d5f78ba1d..5b25ef700 100644 --- a/hack/release.yaml +++ b/hack/release.yaml @@ -13,11 +13,11 @@ SriovNetworkOperator: SriovNetworkOperatorWebhook: image: sriov-network-operator-webhook repository: nvcr.io/nvstaging/mellanox - version: network-operator-25.1.0-beta.1 + version: 73f66a5 SriovConfigDaemon: image: sriov-network-operator-config-daemon repository: nvcr.io/nvstaging/mellanox - version: network-operator-25.1.0-beta.1 + version: 73f66a5 SriovCni: image: sriov-cni repository: ghcr.io/k8snetworkplumbingwg