2 Commits

Author SHA1 Message Date
f48ee090e8 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
2025-07-10 00:27:47 +00:00
65085e0708 fix script
All checks were successful
renovate / renovate (push) Successful in 1m16s
lint-test-helm / helm-lint (push) Successful in 7s
2025-07-09 19:26:40 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.18.4
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER

View File

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