Skip to content

Commit 0638039

Browse files
committed
feat: re-enable drbd
Re-enable DRBD extension. See siderolabs/pkgs#914 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent d44b563 commit 0638039

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.kres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
- btrfs
1010
- chelsio-drivers
1111
- chelsio-firmware
12-
# - drbd see https://github.com/siderolabs/pkgs/pull/873
12+
- drbd
1313
- ecr-credential-provider
1414
- fuse3
1515
- gasket-driver
@@ -51,7 +51,7 @@ spec:
5151
- name: EXTENSIONS_IMAGE_REF
5252
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
5353
- name: PKGS
54-
defaultValue: v1.7.0-alpha.0-35-g8804a60
54+
defaultValue: v1.7.0-alpha.0-37-g4a9a027
5555
- name: PKGS_PREFIX
5656
defaultValue: ghcr.io/siderolabs
5757
useBldrPkgTagResolver: true

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-03-14T10:30:34Z by kres latest.
3+
# Generated on 2024-03-14T18:32:43Z by kres latest.
44

55
# common variables
66

@@ -51,7 +51,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
5151
# extra variables
5252

5353
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
54-
PKGS ?= v1.7.0-alpha.0-35-g8804a60
54+
PKGS ?= v1.7.0-alpha.0-37-g4a9a027
5555
PKGS_PREFIX ?= ghcr.io/siderolabs
5656

5757
# targets defines all the available targets
@@ -63,6 +63,7 @@ TARGETS += bnx2-bnx2x
6363
TARGETS += btrfs
6464
TARGETS += chelsio-drivers
6565
TARGETS += chelsio-firmware
66+
TARGETS += drbd
6667
TARGETS += ecr-credential-provider
6768
TARGETS += fuse3
6869
TARGETS += gasket-driver

0 commit comments

Comments
 (0)