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

Use upstream NFD chart #160

Merged
merged 1 commit into from
Apr 13, 2021
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ build/_output/
*.swp
*.swo
*~

# Helm charts
deployment/network-operator/Chart.lock
deployment/network-operator/charts/*.tgz
6 changes: 3 additions & 3 deletions deployment/network-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: network-operator
version: 0.4.0
kubeVersion: '>= 1.17.0'
appVersion: v0.4.0
description: Nvidia Mellanox network operator
description: Nvidia network operator
type: application
keywords:
- gpu-direct
Expand All @@ -14,8 +14,8 @@ sources:
dependencies:
- condition: nfd.enabled
name: node-feature-discovery
repository: ""
version: 0.1.0
repository: "http://kubernetes-sigs.github.io/node-feature-discovery/charts"
version: 0.8.0
- condition: sriovNetworkOperator.enabled
name: sriov-network-operator
repository: ""
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading