feat: Remove v version prefix in node config
This allows for better checking if the provided version string adheres to semver.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
schematicId: !schematic default
|
||||
arch: amd64
|
||||
talosVersion: v1.11.3
|
||||
kubernesVersion: v1.34.1
|
||||
talosVersion: 1.11.3
|
||||
kubernetesVersion: 1.34.1
|
||||
kernelArgs:
|
||||
- talos.platform=metal
|
||||
- console=tty0
|
||||
|
||||
Reference in New Issue
Block a user