update auroraboot to support RPI 4 and 5

This commit is contained in:
Lukasz Zajaczkowski 2025-02-26 12:42:43 +01:00
parent 62b5b7230d
commit 92864736f8
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ nodeName: pluralos
# Base image used for building customized plural ISO
image: quay.io/kairos/alpine:3.19-standard-arm64-rpi4-v3.2.4-k3sv1.31.3-k3s1
# Target device. Currently supported values: rpi4
# Target device. Currently supported values: rpi4 and rpi5
device: rpi4
# Plural project name this image should be tied to.

View File

@ -28,8 +28,8 @@ builder:
pvcStorageSize: "30Gi"
toolsImage:
repository: "quay.io/kairos/auroraboot"
tag: "latest"
repository: "ghcr.io/pluralsh/auroraboot"
tag: "v0.4.3"
podAnnotations: {}
nodeSelector: {}

View File

@ -69,7 +69,7 @@ func main() {
flag.StringVar(&metricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.")
// It needs luet inside
flag.StringVar(&toolImage, "tool-image", "quay.io/kairos/auroraboot:latest", "Tool image.")
flag.StringVar(&toolImage, "tool-image", "ghcr.io/pluralsh/auroraboot:v0.4.3", "Tool image.")
flag.StringVar(&probeAddr, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
flag.BoolVar(&enableLeaderElection, "leader-elect", false,