Skip to content

Commit

Permalink
add runtime-deps for lvm-driver (#31657)
Browse files Browse the repository at this point in the history
more runtime deps are required for lvm-driver to work.

Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 authored Oct 23, 2024
1 parent b898a3b commit ce58ee8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lvm-driver.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
package:
name: lvm-driver
version: 1.6.2
epoch: 0
epoch: 1
description: Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
copyright:
- license: Apache-2.0
dependencies:
runtime:
- blkid
- btrfs-progs
- busybox
- ca-certificates-bundle
- device-mapper
- e2fsprogs
- e2fsprogs-extra
- lvm2
- mount
- umount
- util-linux
- util-linux-misc
- xfsprogs

pipeline:
Expand Down

0 comments on commit ce58ee8

Please sign in to comment.