Skip to content

Commit

Permalink
task: update SR-IOV images tags to network-operator-25.1.0-beta.2 in …
Browse files Browse the repository at this point in the history
…chart values (Mellanox#1241)

Created by the *update_network_operator_values* job.
  • Loading branch information
e0ne authored Jan 7, 2025
2 parents db1a30f + 813381a commit beabb1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ sriov-network-operator:

# Image URIs for sriov-network-operator components.
images:
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:73f66a5
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:73f66a5
operator: nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.1.0-beta.2
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.1.0-beta.2
sriovCni: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1
ibSriovCni: ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.1.1
ovsCni: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.37.0
# rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.8.0
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:73f66a5
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1.0-beta.2
# 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 @@ -9,15 +9,15 @@ NetworkOperatorInitContainer:
SriovNetworkOperator:
image: sriov-network-operator
repository: nvcr.io/nvstaging/mellanox
version: 73f66a5
version: network-operator-25.1.0-beta.2
SriovNetworkOperatorWebhook:
image: sriov-network-operator-webhook
repository: nvcr.io/nvstaging/mellanox
version: 73f66a5
version: network-operator-25.1.0-beta.2
SriovConfigDaemon:
image: sriov-network-operator-config-daemon
repository: nvcr.io/nvstaging/mellanox
version: 73f66a5
version: network-operator-25.1.0-beta.2
SriovCni:
image: sriov-cni
repository: ghcr.io/k8snetworkplumbingwg
Expand Down

0 comments on commit beabb1d

Please sign in to comment.