Skip to content

Commit e59baf8

Browse files
andrewd-zededaeriknordmark
authored andcommitted
Various missing PR fixes for kubevirt startup.
- Incorrect longhorn yaml 1.6.2->1.6.3 to match LONGHORN_VERSION - Incorrect type passed to NodeDrainStatus publish. - ignore yamllint issues in longhorn project supplied yaml Signed-off-by: Andrew Durbin <[email protected]>
1 parent 9dda934 commit e59baf8

File tree

5 files changed

+713
-479
lines changed

5 files changed

+713
-479
lines changed

.yetus/excludes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
^.codespellignorelines
2222
eve-tools/bpftrace-compiler/examples/.+\.bt
2323
pkg/dom0-ztools/rootfs/usr/bin/rungetty.sh
24+
^.+lh-cfg-v1.6.3.yaml

pkg/kube/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ COPY external-boot-image.tar /etc/
5050

5151
# Longhorn config
5252
COPY longhorn-utils.sh /usr/bin/
53-
COPY lh-cfg-v1.6.2.yaml /etc/
53+
COPY lh-cfg-v1.6.3.yaml /etc/
5454
COPY iscsid.conf /etc/iscsi/
5555
COPY longhorn-generate-support-bundle.sh /usr/bin/
5656
COPY nsmounter /usr/bin/

0 commit comments

Comments
 (0)