mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
The .tfvars files are normally gitignored, but they serve as an example here. Just need to make sure I don't commit a secret... Inpired by #236
8 lines
280 B
HCL
8 lines
280 B
HCL
talos_image = {
|
|
version = "v1.9.2"
|
|
update_version = "v1.9.3" # renovate: github-releases=siderolabs/talos
|
|
schematic_path = "talos/image/schematic.yaml"
|
|
# Point this to a new schematic file to update the schematic
|
|
# update_schematic_path = "talos/image/schematic.yaml"
|
|
}
|