Skip to content

Commit f98cee8

Browse files
authored
feat: update to v24.10.1-rc1 (#1287)
2 parents b051db9 + 9dbaa97 commit f98cee8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deployment/network-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: network-operator
3-
version: 24.10.0
3+
version: 24.10.1-rc.1
44
kubeVersion: '>= 1.21.0'
5-
appVersion: v24.10.0
5+
appVersion: v24.10.1-rc.1
66
description: Nvidia network operator
77
type: application
88
keywords:

deployment/network-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ operator:
225225
operator: In
226226
values: [ "" ]
227227
# -- Network Operator image repository.
228-
repository: nvcr.io/nvidia/cloud-native
228+
repository: nvcr.io/nvstaging/mellanox
229229
# -- Network Operator image name
230230
image: network-operator
231231
# imagePullSecrets: []

hack/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NetworkOperator:
22
image: network-operator
3-
repository: nvcr.io/nvidia/cloud-native
4-
version: v24.10.0
3+
repository: nvcr.io/nvstaging/mellanox
4+
version: v24.10.1-rc.1
55
NetworkOperatorInitContainer:
66
image: network-operator-init-container
77
repository: ghcr.io/mellanox

0 commit comments

Comments
 (0)