mirror of
https://github.com/siderolabs/extensions.git
synced 2025-08-06 14:27:31 +02:00
fix: extension name in manifests
Extension name in the manifest should match the published name. Also there's a problem with `talos-vmtoolsd`, but it should be fixed in its repository. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
d21bc48267
commit
dffe8b9546
@ -1,6 +1,6 @@
|
|||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
metadata:
|
metadata:
|
||||||
name: gasket
|
name: gasket-driver
|
||||||
version: "$VERSION"
|
version: "$VERSION"
|
||||||
author: Sidero Labs
|
author: Sidero Labs
|
||||||
description: |
|
description: |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
metadata:
|
metadata:
|
||||||
name: usb-modem
|
name: usb-modem-drivers
|
||||||
version: "$VERSION"
|
version: "$VERSION"
|
||||||
author: Sidero Labs
|
author: Sidero Labs
|
||||||
description: |
|
description: |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
metadata:
|
metadata:
|
||||||
name: v4l-uvc
|
name: v4l-uvc-drivers
|
||||||
version: "$VERSION"
|
version: "$VERSION"
|
||||||
author: Jacob McSwain
|
author: Jacob McSwain
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user