diff --git a/clusters/cl01tl/services/talos/values.yaml b/clusters/cl01tl/services/talos/values.yaml index c36e37f3c..68325cd13 100644 --- a/clusters/cl01tl/services/talos/values.yaml +++ b/clusters/cl01tl/services/talos/values.yaml @@ -168,16 +168,13 @@ etcd-defrag: containers: main: image: - repository: alpine - tag: 3.22.1 + repository: ghcr.io/siderolabs/talosctl + tag: v1.10.4 pullPolicy: IfNotPresent command: - - sh - - -c - - | - wget -O /usr/local/bin/talosctl https://github.com/siderolabs/talos/releases/download/v1.10.4/talosctl-linux-amd64 - chmod +x /usr/local/bin/talosctl - while true; talosctl -n 10.232.1.11 version; do sleep 1; done + - etcd + - defrag + - -n 10.232.1.11 workingDir: /tmp securityContext: runAsUser: 1000