Skip to content

Commit

Permalink
Update helm chart kubeVersion to '>= 1.17.0' (#110)
Browse files Browse the repository at this point in the history
helm chart kubernetes version did not match the minimal version
as supported by the network-operator.

change helm chart to the correct version.

Signed-off-by: Mamduh Alassi <mamduhala@nvidia.com>
  • Loading branch information
Mmduh-483 authored Feb 25, 2021
1 parent 2dcf59f commit de02879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/network-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: network-operator
version: 0.2.0-beta
kubeVersion: '>= 1.15.0'
kubeVersion: '>= 1.17.0'
appVersion: v0.2.0
description: Nvidia Mellanox network operator
type: application
Expand Down

0 comments on commit de02879

Please sign in to comment.