3 Commits

Author SHA1 Message Date
3471685193 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 15s
2025-09-09 16:27:57 +00:00
df2757aca8 change to args
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
2025-09-09 11:26:45 -05:00
f3de513f9c change command
Some checks failed
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Has been cancelled
2025-09-09 11:25:51 -05:00

View File

@@ -171,10 +171,10 @@ etcd-defrag:
repository: ghcr.io/siderolabs/talosctl
tag: v1.10.4
pullPolicy: IfNotPresent
command:
- etcd defrag -n 10.232.1.11;
- etcd defrag -n 10.232.1.12;
- etcd defrag -n 10.232.1.13;
args:
- talosctl etcd defrag -n 10.232.1.11;
- talosctl etcd defrag -n 10.232.1.12;
- talosctl etcd defrag -n 10.232.1.13;
workingDir: /tmp
resources:
requests: