1
0
forked from suse-edge/Factory
Files
Factory/sriov-network-operator-chart/Chart.yaml

28 lines
1.0 KiB
YAML
Raw Permalink Normal View History

2025-05-09 12:14:51 +03:00
#!BuildTag: %%CHART_PREFIX%%sriov-network-operator:%%CHART_MAJOR%%.0.2_up1.5.0-%RELEASE%
#!BuildTag: %%CHART_PREFIX%%sriov-network-operator:%%CHART_MAJOR%%.0.2_up1.5.0
2024-10-21 16:17:49 +03:00
annotations:
catalog.cattle.io/auto-install: sriov-crd=match
catalog.cattle.io/experimental: "true"
catalog.cattle.io/namespace: cattle-sriov-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
2025-05-07 19:14:52 +03:00
catalog.cattle.io/upstream-version: 1.5.0
2024-10-21 16:17:49 +03:00
apiVersion: v2
2025-05-07 19:14:52 +03:00
appVersion: v1.5.0
2024-10-21 16:17:49 +03:00
dependencies:
2025-05-07 19:14:52 +03:00
- condition: sriov-nfd.enabled
name: sriov-nfd
repository: file://./charts/sriov-nfd
version: 0.15.7
2024-10-21 16:17:49 +03:00
description: SR-IOV network operator configures and manages SR-IOV networks in the
kubernetes cluster
home: https://github.com/k8snetworkplumbingwg/sriov-network-operator
icon: https://charts.rancher.io/assets/logos/sr-iov.svg
keywords:
2025-05-07 19:14:52 +03:00
- sriov
kubeVersion: '>= 1.24.0-0'
2024-10-21 16:17:49 +03:00
name: sriov-network-operator
sources:
2025-05-07 19:14:52 +03:00
- https://github.com/k8snetworkplumbingwg/sriov-network-operator
2024-10-21 16:17:49 +03:00
type: application
2025-05-09 12:14:51 +03:00
version: "%%CHART_MAJOR%%.0.2+up1.5.0"