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

@@ -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,