Skip to content

Commit 9286473

Browse files
committed
update auroraboot to support RPI 4 and 5
1 parent 62b5b72 commit 9286473

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/osartifact/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nodeName: pluralos
44
# Base image used for building customized plural ISO
55
image: quay.io/kairos/alpine:3.19-standard-arm64-rpi4-v3.2.4-k3sv1.31.3-k3s1
66

7-
# Target device. Currently supported values: rpi4
7+
# Target device. Currently supported values: rpi4 and rpi5
88
device: rpi4
99

1010
# Plural project name this image should be tied to.

charts/osbuilder/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ builder:
2828
pvcStorageSize: "30Gi"
2929

3030
toolsImage:
31-
repository: "quay.io/kairos/auroraboot"
32-
tag: "latest"
31+
repository: "ghcr.io/pluralsh/auroraboot"
32+
tag: "v0.4.3"
3333

3434
podAnnotations: {}
3535
nodeSelector: {}

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func main() {
6969
flag.StringVar(&metricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.")
7070

7171
// It needs luet inside
72-
flag.StringVar(&toolImage, "tool-image", "quay.io/kairos/auroraboot:latest", "Tool image.")
72+
flag.StringVar(&toolImage, "tool-image", "ghcr.io/pluralsh/auroraboot:v0.4.3", "Tool image.")
7373

7474
flag.StringVar(&probeAddr, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
7575
flag.BoolVar(&enableLeaderElection, "leader-elect", false,

0 commit comments

Comments
 (0)