Skip to content

Commit

Permalink
fix: extension name in manifests
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
smira committed May 8, 2024
1 parent d21bc48 commit dffe8b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/gasket/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v1alpha1
metadata:
name: gasket
name: gasket-driver
version: "$VERSION"
author: Sidero Labs
description: |
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb-modem/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v1alpha1
metadata:
name: usb-modem
name: usb-modem-drivers
version: "$VERSION"
author: Sidero Labs
description: |
Expand Down
2 changes: 1 addition & 1 deletion drivers/v4l-uvc/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v1alpha1
metadata:
name: v4l-uvc
name: v4l-uvc-drivers
version: "$VERSION"
author: Jacob McSwain
description: |
Expand Down

0 comments on commit dffe8b9

Please sign in to comment.