mirror of https://git.rancher.io/charts
32 lines
980 B
Diff
32 lines
980 B
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -1,12 +1,24 @@
|
|
apiVersion: v2
|
|
-name: sriov-network-operator
|
|
+name: sriov
|
|
version: 0.1.0
|
|
-kubeVersion: '>= 1.16.0'
|
|
-appVersion: 4.7.0
|
|
+kubeVersion: '>= 1.16.0-0'
|
|
+appVersion: 1.0.0
|
|
description: SR-IOV network operator configures and manages SR-IOV networks in the kubernetes cluster
|
|
type: application
|
|
+icon: https://charts.rancher.io/assets/logos/sr-iov.svg
|
|
keywords:
|
|
- sriov
|
|
+ - Networking
|
|
home: https://github.com/k8snetworkplumbingwg/sriov-network-operator
|
|
sources:
|
|
- - https://github.com/k8snetworkplumbingwg/sriov-network-operator
|
|
+ - https://github.com/rancher/charts
|
|
+maintainers:
|
|
+ - name: Rancher Labs
|
|
+ email: charts@rancher.com
|
|
+annotations:
|
|
+ catalog.cattle.io/certified: rancher
|
|
+ catalog.cattle.io/experimental: true
|
|
+ catalog.cattle.io/namespace: cattle-sriov-system
|
|
+ catalog.cattle.io/release-name: sriov
|
|
+ catalog.cattle.io/os: linux
|
|
+ catalog.cattle.io/auto-install: sriov-crd=match
|