Skip to content

Commit 8410070

Browse files
committed
Add kmm and kmm-hub keywords to the CSV metadata
1 parent 0191fa0 commit 8410070

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

config/manifests-hub/bases/kernel-module-management-hub.clusterserviceversion.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ spec:
3737
- supported: false
3838
type: AllNamespaces
3939
keywords:
40-
- oot
41-
- out-of-tree
40+
- hub
4241
- kernel
42+
- kmm
43+
- kmm-hub
4344
- module
4445
- modules
46+
- oot
47+
- out-of-tree
4548
links:
4649
- name: Documentation
4750
url: https://kmm.sigs.k8s.io

config/manifests/bases/kernel-module-management.clusterserviceversion.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ spec:
4242
- supported: true
4343
type: AllNamespaces
4444
keywords:
45-
- oot
46-
- out-of-tree
4745
- kernel
46+
- kmm
4847
- module
4948
- modules
49+
- oot
50+
- out-of-tree
5051
links:
5152
- name: Documentation
5253
url: https://kmm.sigs.k8s.io

0 commit comments

Comments
 (0)