Skip to content

Commit

Permalink
cicd: Release Network Operator v23.10.0-beta.2 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvidia-ci-cd committed Oct 5, 2023
2 parents d1050e8 + baaab81 commit 2645f58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions deployment/network-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
apiVersion: v2
name: network-operator
version: 23.10.0-beta.1
version: 23.10.0-beta.2
kubeVersion: '>= 1.21.0'
appVersion: v23.10.0-beta.1
appVersion: v23.10.0-beta.2
description: Nvidia network operator
type: application
keywords:
- gpu-direct
- rdma
- gpu-direct
- rdma
home: https://mellanox.github.io/network-operator
sources:
- https://github.com/Mellanox/network-operator
- https://github.com/Mellanox/network-operator
dependencies:
- condition: nfd.enabled
name: node-feature-discovery
repository: "http://kubernetes-sigs.github.io/node-feature-discovery/charts"
repository: http://kubernetes-sigs.github.io/node-feature-discovery/charts
version: 0.13.2
- condition: sriovNetworkOperator.enabled
name: sriov-network-operator
repository: ""
repository: ''
version: 0.1.0

4 changes: 2 additions & 2 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ sriov-network-operator:

# Image URIs for sriov-network-operator components
images:
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-23.10.0-beta.1
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-23.10.0-beta.1
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-23.10.0-beta.2
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-23.10.0-beta.2
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
Expand Down
4 changes: 2 additions & 2 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ NetworkOperator:
SriovNetworkOperator:
image: sriov-network-operator
repository: nvcr.io/nvstaging/mellanox
version: network-operator-23.10.0-beta.1
version: network-operator-23.10.0-beta.2
SriovConfigDaemon:
image: sriov-network-operator-config-daemon
repository: nvcr.io/nvstaging/mellanox
version: network-operator-23.10.0-beta.1
version: network-operator-23.10.0-beta.2
SriovCni:
image: sriov-cni
repository: ghcr.io/k8snetworkplumbingwg
Expand Down

0 comments on commit 2645f58

Please sign in to comment.