Skip to content

Commit

Permalink
cicd: Release Network Operator v24.4.0-rc.4 (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvidia-ci-cd committed May 27, 2024
2 parents 02e0a77 + 4edf2e3 commit c9287a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deployment/network-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: network-operator
version: 24.4.0-rc.3
version: 24.4.0-rc.4
kubeVersion: '>= 1.21.0'
appVersion: v24.4.0-rc.3
appVersion: v24.4.0-rc.4
description: Nvidia network operator
type: application
keywords:
Expand Down
6 changes: 3 additions & 3 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ sriov-network-operator:

# Image URIs for sriov-network-operator components
images:
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.4.0-rc.3
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.4.0-rc.3
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.4.0-rc.4
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.4.0-rc.4
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:3e6368077716f6b8368b0e036a1290d1c64cf1fb
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:fc002af57a81855542759d0f77d16dacd7e1aa38
ovsCni: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:6f8174b1a47c47657fe9e59fe448f2a452bb6960
rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.1.0
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:e6ead1e8f76a407783430ee2666b403db2d76f64
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.4.0-rc.3
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.4.0-rc.4
# imagePullSecrest for SR-IOV Network Operator related images
# imagePullSecrets: []
sriovOperatorConfig:
Expand Down
6 changes: 3 additions & 3 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ NetworkOperatorInitContainer:
SriovNetworkOperator:
image: sriov-network-operator
repository: nvcr.io/nvstaging/mellanox
version: network-operator-24.4.0-rc.3
version: network-operator-24.4.0-rc.4
SriovNetworkOperatorWebhook:
image: sriov-network-operator-webhook
repository: nvcr.io/nvstaging/mellanox
version: network-operator-24.4.0-rc.3
version: network-operator-24.4.0-rc.4
SriovConfigDaemon:
image: sriov-network-operator-config-daemon
repository: nvcr.io/nvstaging/mellanox
version: network-operator-24.4.0-rc.3
version: network-operator-24.4.0-rc.4
SriovCni:
image: sriov-cni
repository: ghcr.io/k8snetworkplumbingwg
Expand Down

0 comments on commit c9287a7

Please sign in to comment.