Skip to content

Commit

Permalink
update kubevirt for arm builds, load dm_crypt kernel module
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Oct 21, 2024
1 parent f8a05d7 commit f585b03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/harvester-os/files/system/oem/99_modules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "load kernel modules"
stages:
boot:
- name: "load dm_crypt"
commands:
- modprobe dm_crypt
2 changes: 1 addition & 1 deletion scripts/hack/patch-harvester-chart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

patch_harvester_chart(){
local kubevirt_arm_version="v1.1.0"
local kubevirt_arm_version="v1.2.2"
local kubevirt_arm_registry="quay.io\/kubevirt"
local kubevirt_amd_registry="registry.suse.com\/suse\/sles\/15.5"
local harvester_chart_dir=$1
Expand Down

0 comments on commit f585b03

Please sign in to comment.