Skip to content

Commit

Permalink
showcase: use rpardini's fork of waitdaemon at quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Jun 4, 2024
1 parent 68f7bbe commit 05a6fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinkerbell/showcase/templates/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"]
Expand Down

0 comments on commit 05a6fc3

Please sign in to comment.