change image
This commit is contained in:
@@ -168,16 +168,13 @@ etcd-defrag:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: alpine
|
repository: ghcr.io/siderolabs/talosctl
|
||||||
tag: 3.22.1
|
tag: v1.10.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- sh
|
- etcd
|
||||||
- -c
|
- defrag
|
||||||
- |
|
- -n 10.232.1.11
|
||||||
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
|
|
||||||
workingDir: /tmp
|
workingDir: /tmp
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
Reference in New Issue
Block a user