mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-02 08:06:24 +00:00
update auroraboot to support RPI 4 and 5
This commit is contained in:
parent
62b5b7230d
commit
92864736f8
@ -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.
|
||||
|
@ -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: {}
|
||||
|
2
main.go
2
main.go
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user