Skip to content

Commit

Permalink
cicd: Release Network Operator v24.1.1-beta.1 (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ne committed Mar 16, 2024
2 parents d0319de + 5149854 commit 33e535b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.1.0-rc.3
version: 24.1.1-beta.1
kubeVersion: '>= 1.21.0'
appVersion: v24.1.0-rc.3
appVersion: v24.1.1-beta.1
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 @@ -143,13 +143,13 @@ sriov-network-operator:

# Image URIs for sriov-network-operator components
images:
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.1.0-rc.3
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.1.0-rc.3
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-24.1.1-beta.1
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.1.1-beta.1
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:3e6368077716f6b8368b0e036a1290d1c64cf1fb
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:fc002af57a81855542759d0f77d16dacd7e1aa38
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:2cc723dcbc712290055b763dc9d3c090ba41e929
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.4
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.1.0-rc.3
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.1.1-beta.1
# imagePullSecrest for SR-IOV Network Operator related images
# imagePullSecrets: []

Expand Down
8 changes: 4 additions & 4 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.1.0-rc.3
version: network-operator-24.1.1-beta.1
SriovNetworkOperatorWebhook:
image: sriov-network-operator-webhook
repository: nvcr.io/nvstaging/mellanox
version: network-operator-24.1.0-rc.3
version: network-operator-24.1.1-beta.1
SriovConfigDaemon:
image: sriov-network-operator-config-daemon
repository: nvcr.io/nvstaging/mellanox
version: network-operator-24.1.0-rc.3
version: network-operator-24.1.1-beta.1
SriovCni:
image: sriov-cni
repository: ghcr.io/k8snetworkplumbingwg
Expand All @@ -28,7 +28,7 @@ SriovIbCni:
Mofed:
image: doca-driver
repository: nvcr.io/nvstaging/mellanox
version: 24.01-0.3.3.1-7
version: 24.01-0.3.3.1-7
RdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
Expand Down

0 comments on commit 33e535b

Please sign in to comment.