Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Network Operator v23.7.0-rc.1 #585

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/samples/mellanox.com_v1alpha1_nicclusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.07-0.4.5.0
version: 23.07-0.5.0.0
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 30
Expand Down
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: 23.7.0-beta.4
version: 23.7.0-rc.1
kubeVersion: '>= 1.21.0'
appVersion: v23.7.0-beta.4
appVersion: v23.7.0-rc.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 @@ -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.7.0-beta.4
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-23.7.0-beta.4
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-23.7.0-rc.1
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-23.7.0-rc.1
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:7e7f979087286ee950bd5ebc89d8bbb6723fc625
Expand Down Expand Up @@ -153,7 +153,7 @@ ofedDriver:
deploy: false
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.07-0.4.5.0
version: 23.07-0.5.0.0
# imagePullSecrets: []
# env, if defined will pass environment variables to the OFED container
# env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.07-0.4.5.0
version: 23.07-0.5.0.0
startupProbe:
initialDelaySeconds: 10
periodSeconds: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.07-0.4.5.0
version: 23.07-0.5.0.0
startupProbe:
initialDelaySeconds: 10
periodSeconds: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.07-0.4.5.0
version: 23.07-0.5.0.0
upgradePolicy:
autoUpgrade: false
drain:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.07-0.4.5.0
version: 23.07-0.5.0.0
upgradePolicy:
autoUpgrade: false
drain:
Expand Down
2 changes: 1 addition & 1 deletion example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
ofedDriver:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.07-0.4.5.0
version: 23.07-0.5.0.0
startupProbe:
initialDelaySeconds: 10
periodSeconds: 10
Expand Down
6 changes: 3 additions & 3 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.7.0-beta.4
version: network-operator-23.7.0-rc.1
SriovConfigDaemon:
image: sriov-network-operator-config-daemon
repository: nvcr.io/nvstaging/mellanox
version: network-operator-23.7.0-beta.4
version: network-operator-23.7.0-rc.1
SriovCni:
image: sriov-cni
repository: ghcr.io/k8snetworkplumbingwg
Expand All @@ -20,7 +20,7 @@ SriovIbCni:
Mofed:
image: mofed
repository: nvcr.io/nvstaging/mellanox
version: 23.07-0.4.5.0
version: 23.07-0.5.0.0
RdmaSharedDevicePlugin:
image: k8s-rdma-shared-dev-plugin
repository: nvcr.io/nvidia/cloud-native
Expand Down