diff --git a/talos-cluster/controlplane.yaml b/talos-cluster/controlplane.yaml index e74fb4a..ee20674 100644 --- a/talos-cluster/controlplane.yaml +++ b/talos-cluster/controlplane.yaml @@ -180,7 +180,7 @@ machine: # Used to provide instructions for installations. install: disk: /dev/sda # The disk used for installations. - image: ghcr.io/siderolabs/installer:v1.7.6 # Allows for supplying the image used to perform the installation. + image: ghcr.io/siderolabs/installer:v1.8.0 # Allows for supplying the image used to perform the installation. wipe: false # Indicates if the installation disk should be wiped at installation time. # # Look up disk using disk attributes like model, size, serial and others. diff --git a/talos-cluster/worker.yaml b/talos-cluster/worker.yaml index 665d1ec..dd0ad40 100644 --- a/talos-cluster/worker.yaml +++ b/talos-cluster/worker.yaml @@ -180,7 +180,7 @@ machine: # Used to provide instructions for installations. install: disk: /dev/sda # The disk used for installations. - image: ghcr.io/siderolabs/installer:v1.7.6 # Allows for supplying the image used to perform the installation. + image: ghcr.io/siderolabs/installer:v1.8.0 # Allows for supplying the image used to perform the installation. wipe: false # Indicates if the installation disk should be wiped at installation time. # # Look up disk using disk attributes like model, size, serial and others.