Skip to content

Commit

Permalink
chore: Revert SR-IOV Operator Chart.yaml changes and fix images
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
  • Loading branch information
e0ne committed Jan 6, 2025
1 parent 2d258cf commit 7d7c9eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: sriov-network-operator-chart
version: 0.0.0-dev
kubeVersion: '>= 1.24.0-0'
appVersion: v0.0.0-dev
name: sriov-network-operator
version: 0.1.0
kubeVersion: '>= 1.16.0-0'
appVersion: 1.2.0
description: SR-IOV network operator configures and manages SR-IOV networks in the kubernetes cluster
type: application
keywords:
Expand Down
4 changes: 2 additions & 2 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ 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:network-operator-25.1.0-beta.1
sriovConfigDaemon: nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:73f66a5
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:network-operator-25.1.0-beta.1
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:73f66a5
# imagePullSecrest for SR-IOV Network Operator related images
# imagePullSecrets: []
sriovOperatorConfig:
Expand Down
4 changes: 2 additions & 2 deletions hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ SriovNetworkOperator:
SriovNetworkOperatorWebhook:
image: sriov-network-operator-webhook
repository: nvcr.io/nvstaging/mellanox
version: network-operator-25.1.0-beta.1
version: 73f66a5
SriovConfigDaemon:
image: sriov-network-operator-config-daemon
repository: nvcr.io/nvstaging/mellanox
version: network-operator-25.1.0-beta.1
version: 73f66a5
SriovCni:
image: sriov-cni
repository: ghcr.io/k8snetworkplumbingwg
Expand Down

0 comments on commit 7d7c9eb

Please sign in to comment.