1 Commits

Author SHA1 Message Date
183f9321d4 Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 7s
2025-07-10 00:26:18 +00:00

View File

@@ -90,10 +90,10 @@ etcd-backup:
echo ">> Deleting ..." echo ">> Deleting ..."
s3cmd ls ${BUCKET}/cl01tl/etcd/ | s3cmd ls ${BUCKET}/cl01tl/etcd/ |
awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}' | awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}' |
while read file; do while read file;
s3cmd del "$file"; do s3cmd del -v "$file";
done; done;
echo ">> Completed S3 prune for Talos backup repository" echo ">> Completed S3 prune for Gitea backup repository"
env: env:
- name: BUCKET - name: BUCKET
valueFrom: valueFrom: