From c5fdb8c46393e2404a2cf614371aebd0cbfce7db Mon Sep 17 00:00:00 2001 From: Fred Rolland Date: Sun, 26 Jan 2025 11:43:57 +0200 Subject: [PATCH] feat: release v24.10.1 Signed-off-by: Fred Rolland --- deployment/network-operator/Chart.yaml | 4 ++-- deployment/network-operator/values.yaml | 2 +- hack/release.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/network-operator/Chart.yaml b/deployment/network-operator/Chart.yaml index 230ba8d0..04e673c6 100644 --- a/deployment/network-operator/Chart.yaml +++ b/deployment/network-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: network-operator -version: 24.10.1-rc.1 +version: 24.10.1 kubeVersion: '>= 1.21.0' -appVersion: v24.10.1-rc.1 +appVersion: v24.10.1 description: Nvidia network operator type: application keywords: diff --git a/deployment/network-operator/values.yaml b/deployment/network-operator/values.yaml index f927ae66..95f17b56 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -225,7 +225,7 @@ operator: operator: In values: [ "" ] # -- Network Operator image repository. - repository: nvcr.io/nvstaging/mellanox + repository: nvcr.io/nvidia/cloud-native # -- Network Operator image name image: network-operator # imagePullSecrets: [] diff --git a/hack/release.yaml b/hack/release.yaml index 5f554840..2d31f671 100644 --- a/hack/release.yaml +++ b/hack/release.yaml @@ -1,7 +1,7 @@ NetworkOperator: image: network-operator - repository: nvcr.io/nvstaging/mellanox - version: v24.10.1-rc.1 + repository: nvcr.io/nvidia/cloud-native + version: v24.10.1 NetworkOperatorInitContainer: image: network-operator-init-container repository: ghcr.io/mellanox