change image
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user