1 Commits

Author SHA1 Message Date
3a4524d223 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.141.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-09-09 16:48:39 +00:00

View File

@@ -168,13 +168,16 @@ etcd-defrag:
containers: containers:
main: main:
image: image:
repository: ghcr.io/siderolabs/talosctl repository: alpine
tag: v1.10.4 tag: 3.22.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
args: command:
- etcd - sh
- defrag - -c
- -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