Skip to content

Commit

Permalink
cicd: update Network Operator to v25.1.0-beta.3 in chart values (#1279)
Browse files Browse the repository at this point in the history
Created by the *update_network_operator_version* job.
  • Loading branch information
heyvister1 authored Jan 21, 2025
2 parents 78060d2 + 70321f4 commit 5af2bb3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions deployment/network-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
apiVersion: v2
name: network-operator
version: 25.1.0-beta.2
version: 25.1.0-beta.3
kubeVersion: '>= 1.21.0'
appVersion: v25.1.0-beta.2
appVersion: v25.1.0-beta.3
description: Nvidia network operator
type: application
keywords:
- gpu-direct
- rdma
- gpu-direct
- rdma
home: https://mellanox.github.io/network-operator
sources:
- https://github.com/Mellanox/network-operator
- https://github.com/Mellanox/network-operator
dependencies:
- condition: nfd.enabled
name: node-feature-discovery
repository: http://kubernetes-sigs.github.io/node-feature-discovery/charts
version: 0.15.6
- condition: sriovNetworkOperator.enabled
name: sriov-network-operator
repository: ''
version: 0.1.0
- condition: nicConfigurationOperator.enabled
name: nic-configuration-operator-chart
repository: ''
version: 0.0.1
- condition: maintenanceOperator.enabled
name: maintenance-operator-chart
repository: ''
version: 0.0.1
- condition: nfd.enabled
name: node-feature-discovery
repository: http://kubernetes-sigs.github.io/node-feature-discovery/charts
version: 0.15.6
- condition: sriovNetworkOperator.enabled
name: sriov-network-operator
repository: ''
version: 0.1.0
- condition: nicConfigurationOperator.enabled
name: nic-configuration-operator-chart
repository: ''
version: 0.0.1
- condition: maintenanceOperator.enabled
name: maintenance-operator-chart
repository: ''
version: 0.0.1
2 changes: 1 addition & 1 deletion hack/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NetworkOperator:
image: network-operator
repository: nvcr.io/nvstaging/mellanox
version: v25.1.0-beta.2
version: v25.1.0-beta.3
NetworkOperatorInitContainer:
image: network-operator-init-container
repository: ghcr.io/mellanox
Expand Down

0 comments on commit 5af2bb3

Please sign in to comment.