Automated Manifest Update (#2773)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2773
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2773.
This commit is contained in:
2025-12-21 00:09:47 +00:00
committed by Alex Lebens
parent 2857c9a96b
commit 8a82ef1e32
11 changed files with 26 additions and 64 deletions

View File

@@ -22,7 +22,11 @@ data:
FILES=$(s3cmd ls --no-check-certificate ${BUCKET}/cl01tl/etcd/ |
awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}');
if [ -n "${FILES}" ]; then
if [ $? -ne 0 ]; then
ERROR=true;
echo " ";
echo ">> Detected error, will send message to ntfy";
elif [ -n "${FILES}" ]; then
echo " ";
echo ">> Backups to be removed:";
echo "$FILES"