Skip to content

Commit dead35b

Browse files
committed
chore: move iscsi extension into storage category
Signed-off-by: Noel Georgi <[email protected]>
1 parent 182c3d2 commit dead35b

18 files changed

+10
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ All system extensions provided by Sidero Labs can be found in the [ghcr.io regis
2727
| [amd-ucode](firmware/amd-ucode/) | [ghcr.io/siderolabs/amd-ucode](https://github.com/siderolabs/extensions/pkgs/container/amd-ucode) | AMD CPU microcode updates | `linux firmware version` |
2828
| [bnx2-bnx2x](firmware/bnx2-bnx2x/) | [ghcr.io/siderolabs/bnx2-bnx2x](https://github.com/siderolabs/extensions/pkgs/container/bnx2-bnx2x) | Broadcom NetXtreme firmware | `linux firmware version` |
2929
| [intel-ucode](firmware/intel-ucode/) | [ghcr.io/siderolabs/intel-ucode](https://github.com/siderolabs/extensions/pkgs/container/intel-ucode) | Intel CPU microcode updates | `upstream version` |
30-
| [iscsi-tools](iscsi-tools/) | [ghcr.io/siderolabs/iscsi-tools](https://github.com/siderolabs/extensions/pkgs/container/iscsi-tools) | Open iSCSI tools | `0.1.0` |
30+
31+
### Storage
32+
33+
| Name | Image | Description | Version Format |
34+
|-------------------------------------|-------------------------------------------------------------------------------------------------------|------------------|----------------|
35+
| [iscsi-tools](storage/iscsi-tools/) | [ghcr.io/siderolabs/iscsi-tools](https://github.com/siderolabs/extensions/pkgs/container/iscsi-tools) | Open iSCSI tools | `v0.1.0` |
3136

3237
### Non-free
3338

iscsi-tools/vars.yaml

-1
This file was deleted.

storage/iscsi-tools/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# iscsi-tools
2+
3+
iscsi-tools has been tested with a remote iSCSI target with `iscsiadm` commands run in the mount namespace of the `ext-iscsid` Talos extension service.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

storage/iscsi-tools/vars.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VERSION: v0.1.0

0 commit comments

Comments
 (0)