From 05a6fc35b95c8d4361d9a79fc17de7eede1cc064 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Tue, 4 Jun 2024 14:06:26 +0200 Subject: [PATCH] showcase: use rpardini's fork of waitdaemon at quay.io --- tinkerbell/showcase/templates/devices.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinkerbell/showcase/templates/devices.yaml b/tinkerbell/showcase/templates/devices.yaml index c93b3645..bef543eb 100644 --- a/tinkerbell/showcase/templates/devices.yaml +++ b/tinkerbell/showcase/templates/devices.yaml @@ -275,7 +275,7 @@ spec: {{- if eq $hookObj.bootMode "kexec" }} - name: "kexec-{{ $deviceId }}" - image: ghcr.io/jacobweinstock/waitdaemon:latest + image: {{ $.Values.actions.repository }}/waitdaemon:{{ $.Values.actions.version }} timeout: 90 pid: host environment: @@ -289,7 +289,7 @@ spec: {{- if eq $hookObj.bootMode "reboot" }} - name: "reboot-{{ $deviceId }}" - image: ghcr.io/jacobweinstock/waitdaemon:latest + image: {{ $.Values.actions.repository }}/waitdaemon:{{ $.Values.actions.version }} timeout: 90 pid: host command: ["reboot"]