Skip to content

Commit

Permalink
fix: wrong quotes around var TALOS_SECUREBOOT
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Nov 17, 2024
1 parent 74bcc0a commit 6b33bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskfiles/talos/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks:
desc: Upgrade Talos on a single node [HOSTNAME=required]
cmds:
- task: down
- talosctl --nodes {{.HOSTNAME}} upgrade --image="factory.talos.dev/installer{{if eq .TALOS_SECUREBOOT 'true'}}-secureboot{{end}}/{{.TALOS_SCHEMATIC_ID}}:{{.TALOS_VERSION}}" --timeout=10m
- talosctl --nodes {{.HOSTNAME}} upgrade --image="factory.talos.dev/installer{{if eq .TALOS_SECUREBOOT "true"}}-secureboot{{end}}/{{.TALOS_SCHEMATIC_ID}}:{{.TALOS_VERSION}}" --timeout=10m
- talosctl --nodes {{.HOSTNAME}} health --wait-timeout=10m --server=false
- task: up
vars:
Expand Down

0 comments on commit 6b33bd6

Please sign in to comment.